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

Method seekg

Source/mpqapi.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 bool seekg(std::streampos pos)
76 {
77 s_->seekg(pos);
78 return CheckError("seekg(%" PRIuMAX ")", static_cast<std::uintmax_t>(pos));
79 }
80
81 bool seekg(std::streamoff pos, std::ios::seekdir dir)
82 {

Callers

nothing calls this directly

Calls 1

DirToStringFunction · 0.85

Tested by

no test coverage detected