Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ unlock
Method
unlock
src/activities/ActivityManager.cpp:326–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
void RenderLock::unlock() {
327
if (isLocked) {
328
xSemaphoreGive(activityManager.renderingMutex);
329
isLocked = false;
330
}
331
}
332
333
/**
334
*
Callers
1
loop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected