MCPcopy Create free account
hub / github.com/Snapchat/Valdi / Context

Method Context

valdi/src/valdi/runtime/Context/Context.cpp:35–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 : updateId(updateId), renderRequest(renderRequest) {};
34
35Context::Context(ContextId contextId, const Ref<ILogger>& logger)
36 : Context(contextId,
37 AttributionResolver::getDefaultAttribution(),
38 nullptr,
39 nullptr,
40 ComponentPath(),
41 nullptr,
42 nullptr,
43 false,
44 true,
45 nullptr,
46 logger) {}
47
48Context::Context(ContextId contextId,
49 const Attribution& attribution,

Callers

nothing calls this directly

Calls 2

startMethod · 0.65
ComponentPathClass · 0.50

Tested by

no test coverage detected