MCPcopy Create free account
hub / github.com/dearcode/candy / delRetry

Method delRetry

store/msg.go:124–129  ·  view source on GitHub ↗
(id int64)

Source from the content-addressed store, hash-verified

122}
123
124func (m *messageDB) delRetry(id int64) {
125 log.Debugf("id:%v", id)
126 m.Lock()
127 delete(m.retry, id)
128 m.Unlock()
129}
130
131// 向未发送队列中添加记录
132func (m *messageDB) addQueue(id int64) error {

Callers 1

repushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected