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

Method isCollectionDirty

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

Source from the content-addressed store, hash-verified

10807 return defaultParam(supportedReportSet, { headers: this.authHeaders })(params[0]);
10808 }
10809 async isCollectionDirty(...params) {
10810 return defaultParam(isCollectionDirty, { headers: this.authHeaders })(params[0]);
10811 }
10812 async smartCollectionSync(...params) {
10813 return defaultParam(smartCollectionSync, {
10814 headers: this.authHeaders,

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected