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

Method tellp

Source/mpqapi.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 bool tellp(std::streampos *result)
106 {
107 *result = s_->tellp();
108 return CheckError("tellp() = %" PRIuMAX, static_cast<std::uintmax_t>(*result));
109 }
110
111 bool write(const char *data, std::streamsize size)
112 {

Callers 2

OpenMPQFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected