Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getFilePointer
Method
getFilePointer
source/io/fszipopennode.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
S64 FsZipOpenNode::getFilePointer() {
42
return this->pos;
43
}
44
45
S64 FsZipOpenNode::seek(S64 pos) {
46
if (pos>(S64)this->node->length())
Callers
2
remove
Method · 0.45
rename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected