MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / get

Method get

packages/xadmin/src/api.js:27–29  ·  view source on GitHub ↗
(id = '')

Source from the content-addressed store, hash-verified

25 }
26
27 get(id = '') {
28 return this.fetch(id)
29 }
30
31 delete(id) {
32 return this.fetch(id, { method: 'DELETE' })

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected