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

Method propfind

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

Source from the content-addressed store, hash-verified

10783 return defaultParam(deleteObject, { headers: this.authHeaders, url: this.serverUrl })(params[0]);
10784 }
10785 async propfind(...params) {
10786 return defaultParam(propfind, { headers: this.authHeaders })(params[0]);
10787 }
10788 async createAccount(params0) {
10789 const { account, headers, loadCollections, loadObjects } = params0;
10790 return createAccount({

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected