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

Method Bridge

client/client.go:419–421  ·  view source on GitHub ↗

Bridge is the bridge operation accessor

()

Source from the content-addressed store, hash-verified

417
418// Bridge is the bridge operation accessor
419func (c *Client) Bridge() ari.Bridge {
420 return &bridge{c}
421}
422
423// Bus is the bus operation accessor
424func (c *Client) Bus() ari.Bus {

Callers 15

ensureBridgeFunction · 0.80
TestBridgeCreateFunction · 0.80
TestBridgeListFunction · 0.80
TestBridgeDataFunction · 0.80
TestBridgeAddChannelFunction · 0.80
TestBridgeRemoveChannelFunction · 0.80
TestBridgeDeleteFunction · 0.80
TestBridgePlayFunction · 0.80
TestBridgeRecordFunction · 0.80
bridgeAddChannelMethod · 0.80
bridgeCreateMethod · 0.80
bridgeStageCreateMethod · 0.80

Calls

no outgoing calls

Tested by 8

TestBridgeCreateFunction · 0.64
TestBridgeListFunction · 0.64
TestBridgeDataFunction · 0.64
TestBridgeAddChannelFunction · 0.64
TestBridgeRemoveChannelFunction · 0.64
TestBridgeDeleteFunction · 0.64
TestBridgePlayFunction · 0.64
TestBridgeRecordFunction · 0.64