MCPcopy Index your code
hub / github.com/marijnh/Eloquent-JavaScript / clearSandbox

Method clearSandbox

src/client/code.mjs:128–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 clearSandbox() {
129 if (this.sandbox) {
130 this.sandbox.frame.remove()
131 this.sandbox = null
132 }
133 }
134
135 runCode() {
136 this.clearSandbox()

Callers 2

selectContextMethod · 0.95
runCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected