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

Method ConfigureRuntime

runtime/memory_safety_test.cc:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 const TestCase& GetTestCase() { return std::get<0>(GetParam()); }
201
202 absl::StatusOr<std::unique_ptr<Runtime>> ConfigureRuntime() {
203 return ConfigureRuntimeImpl(GetTestCase().reference_resolver_enabled,
204 std::get<1>(GetParam()));
205 }
206};
207
208void InitActivation(const TestCase& test_case, google::protobuf::Arena& arena,

Callers

nothing calls this directly

Calls 1

ConfigureRuntimeImplFunction · 0.85

Tested by

no test coverage detected