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