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

Function CreateNoMatchingOverloadError

eval/internal/errors.cc:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using ::google::protobuf::Arena;
26
27const absl::Status* CreateNoMatchingOverloadError(google::protobuf::Arena* arena,
28 absl::string_view fn) {
29 return Arena::Create<absl::Status>(
30 arena, runtime_internal::CreateNoMatchingOverloadError(fn));
31}
32
33const absl::Status* CreateNoSuchFieldError(google::protobuf::Arena* arena,
34 absl::string_view field) {

Callers 15

EvaluateEqualityFunction · 0.50
EvaluateInMapFunction · 0.50
EvaluateInFunction · 0.50
MakeNoOverloadErrorFunction · 0.50
ReturnLogicResultFunction · 0.50
CalculateMethod · 0.50
EvaluateMethod · 0.50
Evaluate1Method · 0.50
Evaluate1UnknownMethod · 0.50
Evaluate1KnownMethod · 0.50
Evaluate2Method · 0.50
EvaluateMethod · 0.50

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.40