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

Method makeCollection

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

Source from the content-addressed store, hash-verified

10798 return defaultParam(collectionQuery, { headers: this.authHeaders })(params[0]);
10799 }
10800 async makeCollection(...params) {
10801 return defaultParam(makeCollection, { headers: this.authHeaders })(params[0]);
10802 }
10803 async syncCollection(...params) {
10804 return defaultParam(syncCollection, { headers: this.authHeaders })(params[0]);
10805 }

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected