MCPcopy 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

73Context::~Context() = default;
74
75void Context::postInit() {
76 _logger->setListener(weakRef(this));
77 retainDisposables();
78}
79
80void Context::onCreate() {
81 Ref<ContextHandler> handler;

Callers 1

createContextMethod · 0.45

Calls 2

weakRefFunction · 0.85
setListenerMethod · 0.65

Tested by

no test coverage detected