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

Method doc

src/app/script/api/sprite_script.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 app::Document* doc() {
107 return static_cast<app::Document*>(sprite()->document());
108 }
109
110 app::Transaction& transaction() {
111 if (!m_transaction) {

Callers 7

DialogScriptObjectMethod · 0.45
SpriteScriptObjectMethod · 0.45
CommandScriptObjectMethod · 0.45
LayerScriptObjectMethod · 0.45
ImageScriptObjectFunction · 0.45
AppScriptObjectMethod · 0.45

Calls 1

documentMethod · 0.45

Tested by

no test coverage detected