Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
bool FsNode::canRead() {
45
return (getMode() & K__S_IREAD)!=0;
46
}
47
48
bool FsNode::canWrite() {
49
return (getMode() & K__S_IWRITE)!=0;
Callers
9
walkStack
Method · 0.45
isValidReadAddress
Method · 0.45
marshalType
Function · 0.45
getPtr
Method · 0.45
marshalArray
Function · 0.45
getPtr
Method · 0.45
getPtr
Method · 0.45
open
Method · 0.45
copyImageData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected