Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ postInit
Method
postInit
valdi/src/valdi/runtime/Context/Context.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
Context::~Context() = default;
74
75
void Context::postInit() {
76
_logger->setListener(weakRef(this));
77
retainDisposables();
78
}
79
80
void Context::onCreate() {
81
Ref<ContextHandler> handler;
Callers
1
createContext
Method · 0.45
Calls
2
weakRef
Function · 0.85
setListener
Method · 0.65
Tested by
no test coverage detected