MCPcopy Create free account
hub / github.com/apache/mesos / operator==

Function operator==

src/common/values.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96bool operator==(const Value::Scalar& left, const Value::Scalar& right)
97{
98 return convertToFixed(left.value()) == convertToFixed(right.value());
99}
100
101
102bool operator!=(const Value::Scalar& left, const Value::Scalar& right)

Callers

nothing calls this directly

Calls 5

convertToFixedFunction · 0.70
coalesceFunction · 0.70
valueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected