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

Method updateObject

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

Source from the content-addressed store, hash-verified

10777 })(params[0]);
10778 }
10779 async updateObject(...params) {
10780 return defaultParam(updateObject, { headers: this.authHeaders, url: this.serverUrl })(params[0]);
10781 }
10782 async deleteObject(...params) {
10783 return defaultParam(deleteObject, { headers: this.authHeaders, url: this.serverUrl })(params[0]);
10784 }

Callers

nothing calls this directly

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected