Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Release
Method
Release
src/sync.h:329–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
void Release()
330
{
331
if (!fHaveGrant)
332
return;
333
sem->post();
334
fHaveGrant = false;
335
}
336
337
bool TryAcquire()
338
{
Callers
1
MoveTo
Method · 0.45
Calls
1
post
Method · 0.80
Tested by
no test coverage detected