Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 获取参与人数
104
func
(cls Session) countUser() int {
105
return
len(cls.Users)
106
}
107
108
// 加入会话
109
func
(cls Session) addUser(userID int64) {
Callers
1
init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected