MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / applicationUnsubscribe

Method applicationUnsubscribe

server/application.go:87–89  ·  view source on GitHub ↗
(ctx context.Context, reply string, req *proxy.Request)

Source from the content-addressed store, hash-verified

85}
86
87func (s *Server) applicationUnsubscribe(ctx context.Context, reply string, req *proxy.Request) {
88 s.sendError(reply, s.ari.Application().Unsubscribe(req.Key, req.ApplicationSubscribe.EventSource))
89}

Callers

nothing calls this directly

Calls 3

sendErrorMethod · 0.95
ApplicationMethod · 0.80
UnsubscribeMethod · 0.65

Tested by

no test coverage detected