Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ activeDocument
Method
activeDocument
src/doc/context.cpp:37–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
Document* Context::activeDocument() const
38
{
39
Site site;
40
onGetActiveSite(&site);
41
return site.document();
42
}
43
44
void Context::notifyActiveSiteChanged()
45
{
Callers
nothing calls this directly
Calls
1
document
Method · 0.45
Tested by
no test coverage detected