MCPcopy 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
51std::string FormatIntConstant(int64_t value) { return absl::StrCat(value); }
52
53std::string FormatUintConstant(uint64_t value) {
54 return absl::StrCat(value, "u");

Callers 1

AbslStringifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected