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

Method SetBytes

eval/public/structs/field_access_impl.cc:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 }
593
594 bool SetBytes(CelValue::BytesHolder value) const {
595 GetReflection()->SetString(msg_, field_desc_, std::string(value.value()));
596 return true;
597 }
598
599 bool SetMessage(const Message* value) const {
600 if (!value) {

Callers 1

AssignBytesMethod · 0.45

Calls 2

SetStringMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected