Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
1
Java_io_boden_android_NativeRootActivity_nativeRegisterAppContext
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected