Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ToCord
Function
ToCord
common/values/bytes_value.h:220–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
absl::Cord ToCord() const { return value_.ToCord(); }
221
222
void CopyToCord(absl::Cord* absl_nonnull out) const {
223
value_.CopyToCord(out);
Callers
nothing calls this directly
Calls
1
ToCord
Method · 0.80
Tested by
no test coverage detected