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

Method setMetrics

valdi/src/valdi/runtime/RuntimeManager.cpp:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553const Ref<IDiskCache>& RuntimeManager::getDiskCache() const {
554 return _diskCache;
555}
556
557const Holder<Ref<UserSession>>& RuntimeManager::getUserSession() const {
558 return _userSession;
559}
560
561void RuntimeManager::setMetrics(const Ref<Metrics>& metrics) {
562 std::lock_guard<Mutex> guard(_mutex);

Callers 1

createRuntimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected