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

Function CreateNoMatchingOverloadError

runtime/internal/errors.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33absl::Status CreateNoMatchingOverloadError(absl::string_view fn) {
34 return absl::UnknownError(
35 absl::StrCat(kErrNoMatchingOverload, fn.empty() ? "" : " : ", fn));
36}
37
38absl::Status CreateNoSuchFieldError(absl::string_view field) {
39 return absl::Status(

Callers 10

OptionalGetValueFunction · 0.50
OptionalHasValueFunction · 0.50
SelectOptionalFieldFunction · 0.50
NotStrictlyFalseImplFunction · 0.50
WrapComparisonFunction · 0.50
ComplexEqualityFunction · 0.50
ComplexInequalityFunction · 0.50
EqualOverloadImplFunction · 0.50
InequalOverloadImplFunction · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected