Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ document
Method
document
src/doc/cel.cpp:78–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
Document* Cel::document() const
79
{
80
ASSERT(m_layer);
81
if (m_layer && m_layer->sprite())
82
return m_layer->sprite()->document();
83
else
84
return NULL;
85
}
86
87
Sprite* Cel::sprite() const
88
{
Callers
3
activeDocument
Method · 0.45
add
Method · 0.45
onGetActiveSite
Method · 0.45
Calls
1
sprite
Method · 0.45
Tested by
1
onGetActiveSite
Method · 0.36