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

Method DoubleValue

common/values/double_value.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 static constexpr ValueKind kKind = ValueKind::kDouble;
43
44 explicit DoubleValue(double value) noexcept : value_(value) {}
45
46 DoubleValue() = default;
47 DoubleValue(const DoubleValue&) = default;

Callers 3

ToJsonMethod · 0.80
SetSingularFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected