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

Method length

source/io/fszipnode.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71U64 FsZipNode::length() {
72 return this->zipInfo.length;
73}
74
75FsOpenNode* FsZipNode::open(std::shared_ptr<FsNode> node, U32 flags) {
76 std::shared_ptr<FsZipNode> zipNode = shared_from_this();

Callers 12

moveToFileSystemMethod · 0.45
initFileSystemMethod · 0.45
getFullPathMethod · 0.45
cleanPathFunction · 0.45
getNodeFromLocalPathMethod · 0.45
getParentPathMethod · 0.45
isNativePathDirectoryMethod · 0.45
trimTrailingSlashMethod · 0.45
loadChildrenMethod · 0.45
isLinkMethod · 0.45
initMethod · 0.45
unzipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected