Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ FormatIntConstant
Function
FormatIntConstant
common/constant.cc:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
std::string FormatIntConstant(int64_t value) { return absl::StrCat(value); }
52
53
std::string FormatUintConstant(uint64_t value) {
54
return absl::StrCat(value,
"u"
);
Callers
1
AbslStringify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected