MCPcopy
hub / github.com/tinode/chat / tearDown

Method tearDown

server/topic_test.go:161–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159}
160
161func (b *TopicTestHelper) tearDown() {
162 globals.hub = nil
163 store.Messages = nil
164 store.Users = nil
165 store.Topics = nil
166 store.Subs = nil
167 b.ctrl.Finish()
168}
169
170func (s *Session) testWriteLoop(results *responses, wg *sync.WaitGroup) {
171 for msg := range s.send {

Calls

no outgoing calls

Tested by

no test coverage detected