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

Class Attribution

valdi_core/src/valdi_core/cpp/Context/Attribution.hpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using AttributionFunction = const void* (*)(const AttributionFunctionCallback&);
13
14struct Attribution {
15 StringBox moduleName;
16 StringBox owner;
17 AttributionFunction fn;
18
19 Attribution(const StringBox& moduleName, const StringBox& owner, AttributionFunction fn);
20 ~Attribution();
21};
22
23} // namespace Valdi

Callers 2

resolveAttributionMethod · 0.85
getDefaultAttributionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected