MCPcopy
hub / github.com/electerm/electerm / get

Method get

src/client/common/fetch.jsx:44–46  ·  view source on GitHub ↗
(url, data, options)

Source from the content-addressed store, hash-verified

42
43export default class Fetch {
44 static get (url, data, options) {
45 return Fetch.connect(url, 'get', null, options)
46 }
47
48 static post (url, data, options) {
49 return Fetch.connect(url, 'post', data, options)

Callers 15

httpDownloadFunction · 0.45
httpGetFunction · 0.45
getVersionFunction · 0.45
actionFunction · 0.45
lang.jsFile · 0.45
session.jsFile · 0.45
tab.jsFile · 0.45
app-upgrade.jsFile · 0.45
watch.jsFile · 0.45
mcp-handler.jsFile · 0.45
collectOutputFunction · 0.45

Calls 1

connectMethod · 0.45

Tested by 2

getVersionFunction · 0.36
actionFunction · 0.36