Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ canMap
Method
canMap
source/kernel/kfile.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
bool KFile::canMap() {
123
return this->openFile->canMap();
124
}
125
126
BString KFile::selfFd() {
127
return this->openFile->node->path;
Callers
1
mmap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected