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

Method isOpen

source/io/fszipopennode.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool FsZipOpenNode::isOpen() {
57 return true;
58}
59
60U32 FsZipOpenNode::ioctl(KThread* thread, U32 request) {
61 return -K_ENODEV;

Callers 3

setDosAttribMethod · 0.45
removeMethod · 0.45
renameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected