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

Method get

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

Source from the content-addressed store, hash-verified

405 }
406
407 get(path, options = {}) {
408 return this.request(path, { ...options, method: 'GET' });
409 }
410
411 post(path, body, options = {}) {
412 return this.request(path, { ...options, method: 'POST', body });

Callers 15

mainFunction · 0.45
setup_applicationFunction · 0.45
mainFunction · 0.45
watchAccountTaskFunction · 0.45
watchPaymentTaskFunction · 0.45
loadStatsFunction · 0.45
loadAccountsFunction · 0.45
viewAccountFunction · 0.45
exportAccountsFunction · 0.45
selectCpaServiceFunction · 0.45
selectSub2ApiServiceFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected