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

Function NoSuchKeyError

common/values/error_value.cc:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58ErrorValue NoSuchKeyError(absl::string_view key) {
59 return ErrorValue(
60 absl::NotFoundError(absl::StrCat("Key not found in map : ", key)));
61}
62
63ErrorValue NoSuchTypeError(absl::string_view type) {
64 return ErrorValue(

Callers 3

GetMethod · 0.70
GetMethod · 0.70
GetMethod · 0.50

Calls 1

ErrorValueFunction · 0.85

Tested by

no test coverage detected