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

Function CreateValue

tools/flatbuffers_backed_impl.cc:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace {
18
19CelValue CreateValue(int64_t value) { return CelValue::CreateInt64(value); }
20CelValue CreateValue(uint64_t value) { return CelValue::CreateUint64(value); }
21CelValue CreateValue(double value) { return CelValue::CreateDouble(value); }
22CelValue CreateValue(bool value) { return CelValue::CreateBool(value); }

Callers 2

operator[]Method · 0.85
UnwrapMessageToValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected