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

Function pluginsShutdown

server/plugins.go:324–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322}
323
324func pluginsShutdown() {
325 if globals.plugins == nil {
326 return
327 }
328
329 for i := range globals.plugins {
330 globals.plugins[i].conn.Close()
331 }
332}
333
334func pluginGenerateClientReq(sess *Session, msg *ClientComMessage) *pbx.ClientReq {
335 cmsg := pbCliSerialize(msg)

Callers 1

listenAndServeFunction · 0.85

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…