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

Function operator-

src/common/values.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140Value::Scalar operator-(const Value::Scalar& left, const Value::Scalar& right)
141{
142 Value::Scalar result = left;
143 result -= right;
144 return result;
145}
146
147
148Value::Scalar& operator+=(Value::Scalar& left, const Value::Scalar& right)

Callers

nothing calls this directly

Calls 1

subtractFunction · 0.70

Tested by

no test coverage detected