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

Function CreateError

eval/internal/errors.cc:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58const absl::Status* CreateError(google::protobuf::Arena* arena, absl::string_view message,
59 absl::StatusCode code) {
60 return Arena::Create<absl::Status>(arena, code, message);
61}
62
63} // namespace interop_internal
64} // namespace cel

Callers 15

RecordMethod · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
ReportUndefinedFieldMethod · 0.50
ReportTypeMismatchMethod · 0.50
CheckFieldAssignmentsMethod · 0.50
PostVisitConstMethod · 0.50
PostVisitStructMethod · 0.50
CheckFieldTypeMethod · 0.50

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
ExpectResultFunction · 0.40
TESTFunction · 0.40
TEST_PFunction · 0.40
TESTFunction · 0.40
TEST_PFunction · 0.40
TEST_PFunction · 0.40
TEST_PFunction · 0.40