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

Method CreateInt64

eval/public/cel_value.h:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 static CelValue CreateBool(bool value) { return CelValue(value); }
189
190 static CelValue CreateInt64(int64_t value) { return CelValue(value); }
191
192 static CelValue CreateUint64(uint64_t value) { return CelValue(value); }
193

Callers

nothing calls this directly

Calls 1

CelValueClass · 0.85

Tested by

no test coverage detected