Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/YMFE/yapi
/ checkRepeat
Method
checkRepeat
server/models/user.js:36–40 ·
view source on GitHub ↗
(email)
Source
from the content-addressed store, hash-verified
34
}
35
36
checkRepeat(email) {
37
return
this.model.countDocuments({
38
email: email
39
});
40
}
41
42
list() {
43
return
this.model
Callers
5
add
Method · 0.45
add
Method · 0.45
up
Method · 0.45
reg
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected