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

Method canRead

source/io/fsnode.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool FsNode::canRead() {
45 return (getMode() & K__S_IREAD)!=0;
46}
47
48bool FsNode::canWrite() {
49 return (getMode() & K__S_IWRITE)!=0;

Callers 9

walkStackMethod · 0.45
isValidReadAddressMethod · 0.45
marshalTypeFunction · 0.45
getPtrMethod · 0.45
marshalArrayFunction · 0.45
getPtrMethod · 0.45
getPtrMethod · 0.45
openMethod · 0.45
copyImageDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected