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

Method smartCollectionSync

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

Source from the content-addressed store, hash-verified

10810 return defaultParam(isCollectionDirty, { headers: this.authHeaders })(params[0]);
10811 }
10812 async smartCollectionSync(...params) {
10813 return defaultParam(smartCollectionSync, {
10814 headers: this.authHeaders,
10815 account: this.account,
10816 })(params[0]);
10817 }
10818 async calendarQuery(...params) {
10819 return defaultParam(calendarQuery, { headers: this.authHeaders })(params[0]);
10820 }

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected