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

Method setMetrics

valdi/src/valdi/runtime/Runtime.cpp:753–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751 if (_javaScriptRuntime != nullptr) {
752 // Push the resolution-teardown-degrade kill switch down to the JS runtime so it can be read
753 // during teardown, when the listener (this Runtime) is no longer reachable.
754 _javaScriptRuntime->setResolutionTeardownDegradeEnabled(
755 runtimeTweaks != nullptr ? runtimeTweaks->enableResolutionTeardownDegrade() : true);
756 }
757}
758

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected