Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ destroy
Method
destroy
src/scripting/host/ScriptingContext.ts:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
interface
IBaseObject {
21
unpackedObject:any;
22
destroy():void;
23
}
24
interface
IEnvironment { }
25
Callers
3
deregisterObject
Method · 0.65
reset
Method · 0.65
bind
Function · 0.65
Implementers
1
StageObject
src/scripting/host/ScriptingContext.ts
Calls
no outgoing calls
Tested by
no test coverage detected