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

Method patch

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

Source from the content-addressed store, hash-verified

417 }
418
419 patch(path, body, options = {}) {
420 return this.request(path, { ...options, method: 'PATCH', body });
421 }
422
423 delete(path, options = {}) {
424 return this.request(path, { ...options, method: 'DELETE' });

Callers 10

editSessionTokenFunction · 0.45
saveCookiesFunction · 0.45
handleSaveProxyItemFunction · 0.45
handleSaveCpaServiceFunction · 0.45
handleSaveSub2ApiServiceFunction · 0.45
handleSaveNewApiServiceFunction · 0.45
toggleServiceFunction · 0.45
handleEditCustomFunction · 0.45
handleEditOutlookFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected