Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ lock
Method
lock
utilities/crossmemorymapper.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
bool CrossMemoryMapper::lock() {
70
if (sharedMemory == NULL)
71
return false;
72
return sharedMemory->lock();
73
}
74
75
76
bool CrossMemoryMapper::unlock() {
Callers
1
write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected