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

Method runtimeTrace

valdi/src/valdi/runtime/JavaScript/JavaScriptRuntime.cpp:944–953  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-convert-member-functions-to-static)

Source from the content-addressed store, hash-verified

942
943static MeasureMode toMeasureMode(int32_t measureModeInt) {
944 switch (measureModeInt) {
945 case 0:
946 return MeasureModeUnspecified;
947 case 1:
948 return MeasureModeExactly;
949 case 2:
950 return MeasureModeAtMost;
951 }
952
953 SC_ASSERT_FAIL("Invalid measure mode");
954 return MeasureModeUnspecified;
955}
956

Callers

nothing calls this directly

Calls 5

makeSubContextMethod · 0.80
getParameterMethod · 0.80
getParameterAsStringMethod · 0.45
callObjectAsFunctionMethod · 0.45
getContextMethod · 0.45

Tested by

no test coverage detected