MCPcopy 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
399bool 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_findMethod · 0.45
cache_checkMethod · 0.45
cache_addMethod · 0.45
cache_delMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected