Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ unlock
Method
unlock
lib_acl_cpp/src/queue/queue_file.cpp:399–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
bool queue_file::unlock(void)
400
{
401
if (!m_bLockerOpened) {
402
return false;
403
}
404
if (!m_locker.unlock()) {
405
return false;
406
}
407
return true;
408
}
409
410
} // namespace acl
Callers
4
cache_find
Method · 0.45
cache_check
Method · 0.45
cache_add
Method · 0.45
cache_del
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected