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

Method asteriskLoggingDelete

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

Source from the content-addressed store, hash-verified

61}
62
63func (s *Server) asteriskLoggingDelete(ctx context.Context, reply string, req *proxy.Request) {
64 s.sendError(reply, s.ari.Asterisk().Logging().Delete(req.Key))
65}

Callers

nothing calls this directly

Calls 4

sendErrorMethod · 0.95
LoggingMethod · 0.80
AsteriskMethod · 0.80
DeleteMethod · 0.45

Tested by

no test coverage detected