Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DialogScriptObject
Method · 0.45
PixelColorScriptObject
Method · 0.45
SpriteScriptObject
Method · 0.45
CommandScriptObject
Method · 0.45
LayerScriptObject
Method · 0.45
ImageScriptObject
Function · 0.45
AppScriptObject
Method · 0.45
Calls
1
document
Method · 0.45
Tested by
no test coverage detected