MCPcopy Create free account
hub / github.com/LockGit/gochat / GoPush

Method GoPush

task/push.go:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (task *Task) GoPush() {
30 for i := 0; i < len(pushChannel); i++ {
31 pushChannel[i] = make(chan *PushParams, config.Conf.Task.TaskBase.PushChanSize)
32 go task.processSinglePush(pushChannel[i])
33 }
34}
35
36func (task *Task) processSinglePush(ch chan *PushParams) {
37 var arg *PushParams

Callers 1

RunMethod · 0.95

Calls 1

processSinglePushMethod · 0.95

Tested by

no test coverage detected