MCPcopy Index your code
hub / github.com/FloatTech/ZeroBot-Plugin / game

Function game

plugin/chess/core.go:47–49  ·  view source on GitHub ↗

game 下棋

(groupCode, senderUin int64, senderName string)

Source from the content-addressed store, hash-verified

45
46// game 下棋
47func game(groupCode, senderUin int64, senderName string) (message.Message, error) {
48 return createGame(false, groupCode, senderUin, senderName)
49}
50
51// blindfold 盲棋
52func blindfold(groupCode, senderUin int64, senderName string) (message.Message, error) {

Callers 3

initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls 1

createGameFunction · 0.85

Tested by

no test coverage detected