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

Function DuplicateKeyError

common/values/error_value.cc:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68ErrorValue DuplicateKeyError() {
69 return ErrorValue(absl::AlreadyExistsError("duplicate key in map"));
70}
71
72ErrorValue TypeConversionError(absl::string_view from, absl::string_view to) {
73 return ErrorValue(absl::InvalidArgumentError(

Callers 2

PutMethod · 0.85
PutMethod · 0.85

Calls 1

ErrorValueFunction · 0.85

Tested by

no test coverage detected