Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
copy
Method · 0.45
addMember
Method · 0.45
delMember
Method · 0.45
list
Method · 0.45
changeMemberRole
Method · 0.45
changeMemberEmailNotice
Method · 0.45
addMember
Method · 0.45
changeMemberRole
Method · 0.45
delMember
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected