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

Method getPos

source/util/bfile.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151U64 BReadFile::getPos() {
152 return (U64)std::ftell(file);
153}
154
155U64 BReadFile::length() {
156 U64 pos = getPos();

Callers 3

logMethod · 0.45
createWindowMethod · 0.45
extractIconFromExeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected