MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / SetUp

Method SetUp

eval/public/extension_func_test.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 ExtensionTest() {}
36
37 void SetUp() override {
38 ASSERT_OK(RegisterBuiltinFunctions(&registry_));
39 ASSERT_OK(RegisterExtensionFunctions(&registry_));
40 }
41
42 // Helper method to test string startsWith() function
43 void TestStringInclusion(absl::string_view func_name,

Callers

nothing calls this directly

Calls 2

RegisterBuiltinFunctionsFunction · 0.85

Tested by

no test coverage detected