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

Method List

client/storedRecording.go:12–17  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

10}
11
12func (s *storedRecording) List(filter *ari.Key) ([]*ari.Key, error) {
13 return s.c.listRequest(&proxy.Request{
14 Kind: "RecordingStoredList",
15 Key: filter,
16 })
17}
18
19func (s *storedRecording) Get(key *ari.Key) *ari.StoredRecordingHandle {
20 k, err := s.c.getRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected