Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ok
Method
ok
eval/eval/evaluator_core.cc:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
bool ok() const {
96
return ABSL_PREDICT_TRUE(
97
reinterpret_cast<const absl::Status*>(&status_[0])->ok());
98
}
99
100
private:
101
alignas(absl::Status) char status_[sizeof(absl::Status)];
Callers
15
RegisterExtensionFunctions
Function · 0.45
ExpectResult
Function · 0.45
operator()
Method · 0.45
ExpectResult
Function · 0.45
TEST
Function · 0.45
BindProtoToActivation
Function · 0.45
CreateCelExpressionBuilder
Function · 0.45
ExportAsProtoValue
Function · 0.45
CelValueToValue
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
15
ExpectResult
Function · 0.36
ExpectResult
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TestOnlySelect
Function · 0.36
AddDefaults
Function · 0.36