Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ UNLOCK_FUNCTION
Function
UNLOCK_FUNCTION
src/sync.h:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void unlock() UNLOCK_FUNCTION()
107
{
108
PARENT::unlock();
109
}
110
111
bool try_lock() EXCLUSIVE_TRYLOCK_FUNCTION(true)
112
{
Callers
nothing calls this directly
Calls
1
LeaveCritical
Function · 0.70
Tested by
no test coverage detected