MCPcopy 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
109function clusterunlock(db) {
110 if (db.locked) {
111 db.locked = false;
112 Fs.unlink(db.filenameLock, NOOP);
113 }
114}
115
116function promise(fn) {
117 var self = this;

Callers 1

nosql.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected