setReplResult

open override fun setReplResult(id: String, result: Any?)

Sets the REPL result for a given id.

Parameters

id

unique id for the given REPL result. Normally this is DisplayResult.id.

result

the REPL result to store.