MCPcopy Create free account
hub / github.com/anilkumarum/mark-clipper / constructor

Method constructor

background/vault-handler.js:10–12  ·  view source on GitHub ↗
(vaultName)

Source from the content-addressed store, hash-verified

8 vaultHandle;
9
10 constructor(vaultName) {
11 this.vaultName = vaultName;
12 }
13
14 checkAccess = async (vaultHandle) => (await vaultHandle.queryPermission(this.options)) === "granted";
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected