Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bewcloud/bewcloud
/ release
Method
release
lib/interfaces/locker.ts:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
public release() {
41
console.debug(
'Releasing lock:'
, this.lockName);
42
locks.delete(this.lockName);
43
}
44
}
Callers
4
acquire
Method · 0.95
generateMonthlyBudgetsAndExpenses
Function · 0.95
recalculateMonthBudgets
Function · 0.95
crawl
Method · 0.95
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected