Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IntDebugString
Function
IntDebugString
common/values/int_value.cc:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
using ::cel::well_known_types::ValueReflection;
37
38
std::string IntDebugString(int64_t value) { return absl::StrCat(value); }
39
40
} // namespace
41
Callers
1
DebugString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected