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

Function operator-

src/v1/values.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134Value::Scalar operator-(const Value::Scalar& left, const Value::Scalar& right)
135{
136 Value::Scalar result = left;
137 result -= right;
138 return result;
139}
140
141
142Value::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