MCPcopy
hub / github.com/streetwriters/notesnook / call

Method call

apps/web/src/common/sqlite/WebLocks.js:74–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 // Force locks and unlocks to run sequentially. This allows not
73 // waiting for unlocks to complete.
74 const call = () => method.call(this, targetState);
75 await (this.#pending = this.#pending.then(call, call));
76 this.#state = targetState;
77 return VFS.SQLITE_OK;

Callers 15

replacementMethodFunction · 0.80
pdf.worker.min.jsFile · 0.80
classNamesFunction · 0.80
wa-sqlite-async.jsFile · 0.80
wa-sqlite.jsFile · 0.80
constructorMethod · 0.80
ontextMethod · 0.80
ontextentityMethod · 0.80
emitOpenTagMethod · 0.80
endOpenTagMethod · 0.80
onclosetagMethod · 0.80
closeCurrentTagMethod · 0.80

Calls

no outgoing calls

Tested by 1

replacementMethodFunction · 0.64