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

Method StoredRecording

client/client.go:464–466  ·  view source on GitHub ↗

StoredRecording is the stored recording accessor

()

Source from the content-addressed store, hash-verified

462
463// StoredRecording is the stored recording accessor
464func (c *Client) StoredRecording() ari.StoredRecording {
465 return &storedRecording{c}
466}
467
468// TextMessage is the text message accessor
469func (c *Client) TextMessage() ari.TextMessage {

Callers 6

StoredMethod · 0.80
recordingStoredCopyMethod · 0.80
recordingStoredDataMethod · 0.80
recordingStoredGetMethod · 0.80
recordingStoredDeleteMethod · 0.80
recordingStoredListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected