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

Method deviceStateDelete

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

Source from the content-addressed store, hash-verified

33}
34
35func (s *Server) deviceStateDelete(ctx context.Context, reply string, req *proxy.Request) {
36 s.sendError(reply, s.ari.DeviceState().Delete(req.Key))
37}
38
39func (s *Server) deviceStateList(ctx context.Context, reply string, req *proxy.Request) {
40 list, err := s.ari.DeviceState().List(nil)

Callers

nothing calls this directly

Calls 3

sendErrorMethod · 0.95
DeviceStateMethod · 0.80
DeleteMethod · 0.45

Tested by

no test coverage detected