MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / put

Method put

static/js/utils.js:415–417  ·  view source on GitHub ↗
(path, body, options = {})

Source from the content-addressed store, hash-verified

413 }
414
415 put(path, body, options = {}) {
416 return this.request(path, { ...options, method: 'PUT', body });
417 }
418
419 patch(path, body, options = {}) {
420 return this.request(path, { ...options, method: 'PATCH', body });

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected