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

Method Size

common/values/bytes_value.cc:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130size_t BytesValue::Size() const {
131 return NativeValue(
132 [](const auto& alternative) -> size_t { return alternative.size(); });
133}
134
135bool BytesValue::IsEmpty() const {
136 return NativeValue(

Callers

nothing calls this directly

Calls 2

NativeValueFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected