MCPcopy
hub / github.com/YMFE/yapi / checkMemberRepeat

Method checkMemberRepeat

server/models/group.js:133–138  ·  view source on GitHub ↗
(id, uid)

Source from the content-addressed store, hash-verified

131 }
132
133 checkMemberRepeat(id, uid) {
134 return this.model.countDocuments({
135 _id: id,
136 'members.uid': uid
137 });
138 }
139
140 list() {
141 return this.model

Callers 10

copyMethod · 0.45
addMemberMethod · 0.45
delMemberMethod · 0.45
listMethod · 0.45
changeMemberRoleMethod · 0.45
addMemberMethod · 0.45
changeMemberRoleMethod · 0.45
delMemberMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected