MCPcopy 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

36using ::cel::well_known_types::ValueReflection;
37
38std::string IntDebugString(int64_t value) { return absl::StrCat(value); }
39
40} // namespace
41

Callers 1

DebugStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected