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

Method open

source/io/fszipnode.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75FsOpenNode* FsZipNode::open(std::shared_ptr<FsNode> node, U32 flags) {
76 std::shared_ptr<FsZipNode> zipNode = shared_from_this();
77 return new FsZipOpenNode(node, zipNode, flags, (U64)this->zipInfo.offset);
78}
79
80#endif

Callers 1

moveToFileSystemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected