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

Method recordingStoredDelete

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

Source from the content-addressed store, hash-verified

45}
46
47func (s *Server) recordingStoredDelete(ctx context.Context, reply string, req *proxy.Request) {
48 s.sendError(reply, s.ari.StoredRecording().Delete(req.Key))
49}
50
51func (s *Server) recordingStoredList(ctx context.Context, reply string, req *proxy.Request) {
52 list, err := s.ari.StoredRecording().List(nil)

Callers

nothing calls this directly

Calls 3

sendErrorMethod · 0.95
StoredRecordingMethod · 0.80
DeleteMethod · 0.45

Tested by

no test coverage detected