Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ NativeString
Function
NativeString
common/values/bytes_value.h:166–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
165
ABSL_DEPRECATED(
"Use ToString()"
)
166
std::string NativeString() const { return value_.ToString(); }
167
168
ABSL_DEPRECATED(
"Use ToStringView()"
)
169
absl::string_view NativeString(
Callers
2
SerializeTo
Method · 0.70
SerializeTo
Method · 0.70
Calls
2
ToStringView
Method · 0.80
ToString
Method · 0.45
Tested by
no test coverage detected