MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / reset

Method reset

src/scripting/host/IScripter.ts:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16export interface ISandbox {
17 eval(code:string):void;
18 reset():void;
19}
20
21export interface Logger{

Callers 9

resetMethod · 0.65
durMethod · 0.65
_onTimerEventMethod · 0.65
resetMethod · 0.65
playMethod · 0.65
stopMethod · 0.65
_onTimerEventMethod · 0.65
Player.tsFile · 0.65
bindTestsFunction · 0.65

Implementers 1

BridgedSandboxsrc/scripting/host/BridgedSandbox.ts

Calls

no outgoing calls

Tested by

no test coverage detected