Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/totaljs/framework
/ clusterunlock
Function
clusterunlock
nosql.js:109–114 ·
view source on GitHub ↗
(db)
Source
from the content-addressed store, hash-verified
107
}
108
109
function
clusterunlock(db) {
110
if
(db.locked) {
111
db.locked = false;
112
Fs.unlink(db.filenameLock, NOOP);
113
}
114
}
115
116
function
promise(fn) {
117
var
self = this;
Callers
1
nosql.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected