MCPcopy Index your code
hub / github.com/nodejs/node / query

Method query

lib/internal/locks.js:315–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 */
314 // https://w3c.github.io/web-locks/#api-lock-manager-query
315 async query() {
316 if (this instanceof LockManager) {
317 return locks.query();
318 }
319 throw new ERR_INVALID_THIS('LockManager');
320 }
321}
322
323ObjectDefineProperties(LockManager.prototype, {

Callers

nothing calls this directly

Calls 1

queryMethod · 0.65

Tested by

no test coverage detected