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

Function operator+

src/common/values.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132Value::Scalar operator+(const Value::Scalar& left, const Value::Scalar& right)
133{
134 Value::Scalar result = left;
135 result += right;
136 return result;
137}
138
139
140Value::Scalar operator-(const Value::Scalar& left, const Value::Scalar& right)

Callers

nothing calls this directly

Calls 1

coalesceFunction · 0.70

Tested by

no test coverage detected