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

Function isWithTSN

valdi/test/integration/JSBridgeTestFixture.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20static bool isWithTSN(JavaScriptEngineTestCase testCase) {
21 switch (testCase) {
22 case JavaScriptEngineTestCase::QuickJSWithTSN:
23 return true;
24 default:
25 return false;
26 }
27}
28
29std::string PrintJavaScriptEngineType::operator()(const testing::TestParamInfo<JavaScriptEngineTestCase>& info) const {
30 auto str = std::string(snap::valdi_core::to_string(toJSEngineType(info.param)));

Callers 5

getTSNModeMethod · 0.85
TEST_PMethod · 0.85
SetUpMethod · 0.85
operator()Method · 0.85
isWithTSNMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected