Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ToJson
Method · 0.80
ProtoMessageFromValueImpl
Function · 0.80
SetSingularField
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected