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

Method pushContext

framework/ui/src/ViewCoreFactory.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void ViewCoreFactory::pushContext(std::shared_ptr<Context> &context)
23 {
24 auto stack = contextStack();
25 stack->push_back(context);
26 }
27
28 void ViewCoreFactory::popContext()
29 {

Calls

no outgoing calls

Tested by

no test coverage detected