MCPcopy
hub / github.com/smallfawn/QLScriptPublic / get

Function get

sendNofity.js:30–32  ·  view source on GitHub ↗
(url, options = {})

Source from the content-addressed store, hash-verified

28}
29
30function get(url, options = {}) {
31 return request(url, { ...options, method: 'GET' });
32}
33
34const httpClient = {
35 request,

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected