Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
bool FsNode::canWrite() {
49
return (getMode() & K__S_IWRITE)!=0;
50
}
51
52
void FsNode::removeNodeFromParent() {
53
std::shared_ptr<FsNode> parent = this->getParent().lock();
Callers
5
marshalType
Function · 0.45
getPtr
Method · 0.45
getPtr
Method · 0.45
getPtr
Method · 0.45
open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected