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

Interface IScriptingContext

src/scripting/host/IScripter.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface IScriptingContext {
13 reset():void;
14}
15
16export interface ISandbox {
17 eval(code:string):void;

Callers

nothing calls this directly

Implementers 6

BaseScriptingContextsrc/scripting/host/ScriptingContext.ts
BridgedSandboxsrc/scripting/host/BridgedSandbox.ts
Timersrc/scripting/api/Runtime/Timer.ts
TimeKeepersrc/scripting/api/Runtime/Timer.ts
MotionManagersrc/scripting/api/Display/MotionManage
DirtyAreasrc/scripting/api/Display/Bitmap.ts

Calls

no outgoing calls

Tested by

no test coverage detected