Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Clone
Method
Clone
common/values/bytes_value.cc:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
BytesValue BytesValue::Clone(google::protobuf::Arena* absl_nonnull arena) const {
127
return BytesValue(value_.Clone(arena));
128
}
129
130
size_t BytesValue::Size() const {
131
return NativeValue(
Callers
1
optional_value.cc
File · 0.45
Calls
1
BytesValue
Class · 0.70
Tested by
no test coverage detected