MCPcopy 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

ExpectResultFunction · 0.45
operator()Method · 0.45
ExpectResultFunction · 0.45
TESTFunction · 0.45
BindProtoToActivationFunction · 0.45
ExportAsProtoValueFunction · 0.45
CelValueToValueFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 15

ExpectResultFunction · 0.36
ExpectResultFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TestOnlySelectFunction · 0.36
AddDefaultsFunction · 0.36