MCPcopy Create free account
hub / github.com/AshampooSystems/boden / contextStack

Method contextStack

framework/ui/src/ViewCoreFactory.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 ViewCoreFactory::ContextStack *ViewCoreFactory::contextStack()
17 {
18 static ContextStack s_contextStack;
19 return &s_contextStack;
20 }
21
22 void ViewCoreFactory::pushContext(std::shared_ptr<Context> &context)
23 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected