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

Function operator>=

src/v1/values.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120bool operator>=(const Value::Scalar& left, const Value::Scalar& right)
121{
122 return convertToFixed(left.value()) >= convertToFixed(right.value());
123}
124
125
126Value::Scalar operator+(const Value::Scalar& left, const Value::Scalar& right)

Callers

nothing calls this directly

Calls 2

convertToFixedFunction · 0.70
valueMethod · 0.45

Tested by

no test coverage detected