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

Method NewRuntime

env/env_runtime.cc:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84absl::StatusOr<std::unique_ptr<Runtime>> EnvRuntime::NewRuntime() {
85 CEL_ASSIGN_OR_RETURN(RuntimeBuilder runtime_builder, CreateRuntimeBuilder());
86 return std::move(runtime_builder).Build();
87}
88
89} // namespace cel

Callers 3

TEST_PFunction · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80

Calls 1

BuildMethod · 0.45

Tested by 3

TEST_PFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64