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

Method go

packages/xadmin/src/app.js:77–84  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

75 if(value.constructor.name == 'GeneratorFunction') {
76 const it = value(this)
77 const go = (result) => {
78 if (result.done) return result.value
79 return result.value.then((v) => {
80 return go(it.next(v))
81 }, (error) => {
82 return go(it.throw(error))
83 })
84 }
85 return it
86 } else {
87 return value(this)

Callers 6

clickFunction · 0.80
Signin.jsFile · 0.80
SignIn.jsFile · 0.80
SignUp.jsFile · 0.80
mappers.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected