MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / FormatNullConstant

Function FormatNullConstant

common/constant.h:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161// Returns the `null` literal.
162std::string FormatNullConstant();
163inline std::string FormatNullConstant(std::nullptr_t) {
164 return FormatNullConstant();
165}
166
167// Formats `value` as a bool literal.
168std::string FormatBoolConstant(bool value);

Callers 1

AbslStringifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected