Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ AppendToCord
Function
AppendToCord
common/values/bytes_value.h:226–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
void AppendToCord(absl::Cord* absl_nonnull out) const {
227
value_.AppendToCord(out);
228
}
229
230
absl::string_view ToStringView(
231
std::string* absl_nonnull scratch
Callers
nothing calls this directly
Calls
1
AppendToCord
Method · 0.80
Tested by
no test coverage detected