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

Method supportedReportSet

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

Source from the content-addressed store, hash-verified

10804 return defaultParam(syncCollection, { headers: this.authHeaders })(params[0]);
10805 }
10806 async supportedReportSet(...params) {
10807 return defaultParam(supportedReportSet, { headers: this.authHeaders })(params[0]);
10808 }
10809 async isCollectionDirty(...params) {
10810 return defaultParam(isCollectionDirty, { headers: this.authHeaders })(params[0]);
10811 }

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected