MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / write

Method write

source/util/bfile.cpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227U32 BWriteFile::write(const char* buffer) {
228 return (U32)std::fwrite(buffer, 1, strlen(buffer), file);
229}
230
231U32 BWriteFile::write(const char* buffer, U32 len) {
232 return (U32)std::fwrite(buffer, 1, len, file);

Callers 4

internal_kpanicFunction · 0.45
internal_logFunction · 0.45
outMethod · 0.45
writeLinesToFileFunction · 0.45

Calls 2

c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected