MCPcopy Create free account
hub / github.com/CoderOpen/waimai / get

Method get

front/utils/luch-request/core/Request.js:176–182  ·  view source on GitHub ↗
(url, options = {})

Source from the content-addressed store, hash-verified

174 }
175
176 get(url, options = {}) {
177 return this.request({
178 url,
179 method: 'GET',
180 ...options
181 })
182 }
183
184 post(url, data, options = {}) {
185 return this.request({

Callers 15

pnFunction · 0.80
knFunction · 0.80
rrFunction · 0.80
zrFunction · 0.80
hoFunction · 0.80
voFunction · 0.80
goFunction · 0.80
nFunction · 0.80
app.jsFile · 0.80
wFunction · 0.80
CFunction · 0.80
KFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by 1

testBasicTestMethod · 0.64