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

Method Stored

client/liveRecording.go:77–79  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

75}
76
77func (l *liveRecording) Stored(key *ari.Key) *ari.StoredRecordingHandle {
78 return ari.NewStoredRecordingHandle(key.New(ari.StoredRecordingKey, key.ID), l.c.StoredRecording(), nil)
79}
80
81func (l *liveRecording) Subscribe(key *ari.Key, n ...string) ari.Subscription {
82 err := l.c.commandRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 2

NewMethod · 0.80
StoredRecordingMethod · 0.80

Tested by

no test coverage detected