MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / read

Method read

3rdparty/cppdap/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 4

readMethod · 0.45
TESTFunction · 0.45
readFunction · 0.45
getPayloadMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
readFunction · 0.36