Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
export
interface
IScriptingContext {
13
reset():void;
14
}
15
16
export
interface
ISandbox {
17
eval(code:string):void;
Callers
nothing calls this directly
Implementers
6
BaseScriptingContext
src/scripting/host/ScriptingContext.ts
BridgedSandbox
src/scripting/host/BridgedSandbox.ts
Timer
src/scripting/api/Runtime/Timer.ts
TimeKeeper
src/scripting/api/Runtime/Timer.ts
MotionManager
src/scripting/api/Display/MotionManage
DirtyArea
src/scripting/api/Display/Bitmap.ts
Calls
no outgoing calls
Tested by
no test coverage detected