MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / countUser

Method countUser

plugin/partygame/sessionAct.go:104–106  ·  view source on GitHub ↗

获取参与人数

()

Source from the content-addressed store, hash-verified

102
103// 获取参与人数
104func (cls Session) countUser() int {
105 return len(cls.Users)
106}
107
108// 加入会话
109func (cls Session) addUser(userID int64) {

Callers 1

initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected