MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / Write

Method Write

src/io/file_io.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 size_t Write(const void* data, size_t bytes) const {
94 return FileOperation<const void*>(data, bytes, &hdfsWrite);
95 }
96
97 private:
98 template <typename BufferType>

Callers 7

SaveBinaryToFileMethod · 0.45
SaveBinaryToFileMethod · 0.45
SaveBinaryToFileMethod · 0.45
SaveBinaryToFileMethod · 0.45
SaveBinaryToFileMethod · 0.45
SaveBinaryFileMethod · 0.45
PredictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected