Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
U64 BReadFile::getPos() {
152
return (U64)std::ftell(file);
153
}
154
155
U64 BReadFile::length() {
156
U64 pos = getPos();
Callers
3
log
Method · 0.45
createWindow
Method · 0.45
extractIconFromExe
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected