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

Method syncCollection

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

Source from the content-addressed store, hash-verified

10801 return defaultParam(makeCollection, { headers: this.authHeaders })(params[0]);
10802 }
10803 async syncCollection(...params) {
10804 return defaultParam(syncCollection, { headers: this.authHeaders })(params[0]);
10805 }
10806 async supportedReportSet(...params) {
10807 return defaultParam(supportedReportSet, { headers: this.authHeaders })(params[0]);
10808 }

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected