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

Method read

Source/mpqapi.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 bool read(char *out, std::streamsize size)
118 {
119 s_->read(out, size);
120 return CheckError("read(out, %" PRIuMAX ")", static_cast<std::uintmax_t>(size));
121 }
122
123private:
124 template <typename... PrintFArgs>

Callers 2

ReadMPQHeaderFunction · 0.45
OpenMPQFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected