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

Method handle

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

Source from the content-addressed store, hash-verified

103
104 template <typename Base, typename Cast = Base>
105 Cast* handle() {return m_handle.get<Base, Cast>();}
106
107 template <typename Base, typename Cast = Base>
108 Cast* create() {

Callers 1

getScriptObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected