Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
class
User extends Service {
25
async
get(name) {
26
return
userDatabase.get(name);
27
}
28
}
29
30
module.exports = User;
Callers
10
router.js
File · 0.45
home.test.js
File · 0.45
home.test.js
File · 0.45
user.test.js
File · 0.45
application.test.js
File · 0.45
router.js
File · 0.45
user
Method · 0.45
isXHR
Function · 0.45
isChrome
Function · 0.45
money
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected