MCPcopy
hub / github.com/eggjs/examples / get

Method get

unittest/app/service/user.js:25–27  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

23
24class User extends Service {
25 async get(name) {
26 return userDatabase.get(name);
27 }
28}
29
30module.exports = User;

Callers 10

router.jsFile · 0.45
home.test.jsFile · 0.45
home.test.jsFile · 0.45
user.test.jsFile · 0.45
router.jsFile · 0.45
userMethod · 0.45
isXHRFunction · 0.45
isChromeFunction · 0.45
moneyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected