MCPcopy 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
41S64 FsZipOpenNode::getFilePointer() {
42 return this->pos;
43}
44
45S64 FsZipOpenNode::seek(S64 pos) {
46 if (pos>(S64)this->node->length())

Callers 2

removeMethod · 0.45
renameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected