MCPcopy Index your code
hub / github.com/Kitware/CMake / write

Method write

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

Source from the content-addressed store, hash-verified

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 }
102
103 private:
104 const std::shared_ptr<dap::Reader> r;

Callers 15

sendCommandsFunction · 0.45
getInputFunction · 0.45
getStdinFunction · 0.45
mainFunction · 0.45
validate_schema.pyFile · 0.45
do_GETMethod · 0.45
runServerFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
writePresetsFunction · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 7

sendCommandsFunction · 0.36
getInputFunction · 0.36
getStdinFunction · 0.36
writePresetsFunction · 0.36
TESTFunction · 0.36
writeFunction · 0.36
TESTFunction · 0.36