Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
absl::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_P
Function · 0.80
TEST_P
Function · 0.80
TEST
Function · 0.80
Calls
1
Build
Method · 0.45
Tested by
3
TEST_P
Function · 0.64
TEST_P
Function · 0.64
TEST
Function · 0.64