MCPcopy Create free account
hub / github.com/Noumena-Network/code / reset

Method reset

src/tools/REPLTool/pyReplFactory.tsx:348–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346 }
347
348 async reset(): Promise<void> {
349 await this.runExclusive(async () => {
350 this.shutdown('py_repl reset')
351 })
352 }
353
354 private async ensureStarted(): Promise<void> {
355 if (this.child && this.child.exitCode === null && !this.child.killed) {

Callers

nothing calls this directly

Calls 2

runExclusiveMethod · 0.95
shutdownMethod · 0.95

Tested by

no test coverage detected