MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / collectionQuery

Method collectionQuery

lib/models/dav.js:10797–10799  ·  view source on GitHub ↗
(...params)

Source from the content-addressed store, hash-verified

10795 });
10796 }
10797 async collectionQuery(...params) {
10798 return defaultParam(collectionQuery, { headers: this.authHeaders })(params[0]);
10799 }
10800 async makeCollection(...params) {
10801 return defaultParam(makeCollection, { headers: this.authHeaders })(params[0]);
10802 }

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected