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

Method canWrite

source/io/fsnode.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool FsNode::canWrite() {
49 return (getMode() & K__S_IWRITE)!=0;
50}
51
52void FsNode::removeNodeFromParent() {
53 std::shared_ptr<FsNode> parent = this->getParent().lock();

Callers 5

marshalTypeFunction · 0.45
getPtrMethod · 0.45
getPtrMethod · 0.45
getPtrMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected