MCPcopy Create free account
hub / github.com/diasurgical/devilution / write

Method write

Source/mpqapi.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 bool write(const char *data, std::streamsize size)
112 {
113 s_->write(data, size);
114 return CheckError("write(data, %" PRIuMAX ")", static_cast<std::uintmax_t>(size));
115 }
116
117 bool read(char *out, std::streamsize size)
118 {

Callers 4

WriteHeaderMethod · 0.45
WriteBlockTableMethod · 0.45
WriteHashTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected