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

Function operator>=

src/common/values.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126bool operator>=(const Value::Scalar& left, const Value::Scalar& right)
127{
128 return convertToFixed(left.value()) >= convertToFixed(right.value());
129}
130
131
132Value::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