Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ detach
Method
detach
app/src/main/cpp/utils/FileMemMap.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void FileMemMap::detach() noexcept {
90
mAddress = nullptr;
91
mLength = 0;
92
mMapLength = 0;
93
}
94
95
namespace utils {
96
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected