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

Method setAttributionResolver

valdi/src/valdi/runtime/RuntimeManager.cpp:651–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649 }
650}
651
652void RuntimeManager::setAttributionResolver(const Ref<AttributionResolver>& attributionResolver) {
653 std::lock_guard<Mutex> guard(_mutex);
654 _attributionResolver = attributionResolver;
655 auto runtimes = getAllRuntimes(guard);
656 for (const auto& runtime : runtimes) {
657 runtime->getContextManager().setAttributionResolver(attributionResolver);
658 }
659}
660
661void RuntimeManager::addListener(const Ref<IRuntimeManagerListener>& listener) {

Callers 2

TEST_PMethod · 0.45
createRuntimeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PMethod · 0.36