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

Method CustomMapValue

common/values/custom_map_value.cc:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451CustomMapValue::CustomMapValue() {
452 content_ = CustomMapValueContent::From(CustomMapValueInterface::Content{
453 .interface = &EmptyMapValue::Get(), .arena = nullptr});
454}
455
456NativeTypeId CustomMapValue::GetTypeId() const {
457 if (dispatcher_ == nullptr) {

Callers

nothing calls this directly

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected