MCPcopy
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

deregisterObjectMethod · 0.65
resetMethod · 0.65
bindFunction · 0.65

Implementers 1

StageObjectsrc/scripting/host/ScriptingContext.ts

Calls

no outgoing calls

Tested by

no test coverage detected