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

Function CreateNoSuchKeyError

eval/internal/errors.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39const absl::Status* CreateNoSuchKeyError(google::protobuf::Arena* arena,
40 absl::string_view key) {
41 return Arena::Create<absl::Status>(
42 arena, runtime_internal::CreateNoSuchKeyError(key));
43}
44
45const absl::Status* CreateMissingAttributeError(
46 google::protobuf::Arena* arena, absl::string_view missing_attribute_path) {

Callers 2

LookupInMapFunction · 0.50
CheckMapIndexMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected