MCPcopy 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
37Document* Context::activeDocument() const
38{
39 Site site;
40 onGetActiveSite(&site);
41 return site.document();
42}
43
44void Context::notifyActiveSiteChanged()
45{

Callers

nothing calls this directly

Calls 1

documentMethod · 0.45

Tested by

no test coverage detected