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

Function CreateMissingAttributeError

eval/internal/errors.cc:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45const absl::Status* CreateMissingAttributeError(
46 google::protobuf::Arena* arena, absl::string_view missing_attribute_path) {
47 return Arena::Create<absl::Status>(
48 arena,
49 runtime_internal::CreateMissingAttributeError(missing_attribute_path));
50}
51
52const absl::Status* CreateUnknownFunctionResultError(
53 google::protobuf::Arena* arena, absl::string_view help_message) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected