MCPcopy Create free account
hub / github.com/comaps/comaps / Write

Method Write

libs/platform/socket.hpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 void Close() override {}
35 bool Read(uint8_t *, uint32_t) override { return false; }
36 bool Write(uint8_t const *, uint32_t) override { return false; }
37 void SetTimeout(uint32_t) override {}
38};
39

Callers 7

OnWriteMethod · 0.45
OnWriteMethod · 0.45
SaveMethod · 0.45
DownloadMethod · 0.45
PlatformMethod · 0.45
SaveChunksMethod · 0.45
WriteVersionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected