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

Method AddChannel

client/bridge.go:76–78  ·  view source on GitHub ↗
(key *ari.Key, channelID string)

Source from the content-addressed store, hash-verified

74}
75
76func (b *bridge) AddChannel(key *ari.Key, channelID string) error {
77 return b.AddChannelWithOptions(key, channelID, nil)
78}
79
80func (b *bridge) AddChannelWithOptions(key *ari.Key, channelID string, options *ari.BridgeAddChannelOptions) error {
81 if options == nil {

Callers 3

appStartFunction · 0.80
TestBridgeAddChannelFunction · 0.80
bridgeAddChannelMethod · 0.80

Calls 1

AddChannelWithOptionsMethod · 0.95

Tested by 1

TestBridgeAddChannelFunction · 0.64