MCPcopy 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

addMethod · 0.45
addMethod · 0.45
upMethod · 0.45
regMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected