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

Method CreateDouble

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

Source from the content-addressed store, hash-verified

192 static CelValue CreateUint64(uint64_t value) { return CelValue(value); }
193
194 static CelValue CreateDouble(double value) { return CelValue(value); }
195
196 static CelValue CreateString(StringHolder holder) {
197 ABSL_ASSERT(::cel::internal::Utf8IsValid(holder.value()));

Callers

nothing calls this directly

Calls 1

CelValueClass · 0.85

Tested by

no test coverage detected