MCPcopy Create free account
hub / github.com/apache/mesos / remaining

Method remaining

3rdparty/libprocess/src/encoder.hpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 size_t remaining() const override
91 {
92 return data.size() - index;
93 }
94
95private:
96 const std::string data;

Callers 12

set_levelMethod · 0.45
extendMethod · 0.45
startMethod · 0.45
stateMethod · 0.45
sendFunction · 0.45
_sendFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
scheduleMethod · 0.45
resetMethod · 0.45
removeMethod · 0.45
foreachFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected