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

Method createObject

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

Source from the content-addressed store, hash-verified

10771 });
10772 }
10773 async createObject(...params) {
10774 return defaultParam(createObject, {
10775 url: this.serverUrl,
10776 headers: this.authHeaders,
10777 })(params[0]);
10778 }
10779 async updateObject(...params) {
10780 return defaultParam(updateObject, { headers: this.authHeaders, url: this.serverUrl })(params[0]);
10781 }

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected