MCPcopy Create free account
hub / github.com/Kitware/CMake / read

Method read

Utilities/cmcppdap/src/io.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 w->close();
97 }
98 size_t read(void* buffer, size_t n) override { return r->read(buffer, n); }
99 bool write(const void* buffer, size_t n) override {
100 return w->write(buffer, n);
101 }

Callers 9

runTestFunction · 0.45
getInputFunction · 0.45
getStdinFunction · 0.45
readMethod · 0.45
TESTFunction · 0.45
readFunction · 0.45
getPayloadMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 5

runTestFunction · 0.36
getInputFunction · 0.36
getStdinFunction · 0.36
TESTFunction · 0.36
readFunction · 0.36