MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / disposable

Method disposable

src/script/script_object.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 virtual Handle build() {return {};}
114
115 virtual bool disposable() {return true;}
116
117 InternalScriptObject* getInternalScriptObject() {return m_internal;};
118 script::Engine* getEngine() {return &*m_internal->m_engine;}

Callers 1

execAfterEvalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected