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

Method Variables

client/asterisk.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (a *asterisk) Variables() ari.AsteriskVariables {
40 return &asteriskVariables{a.c}
41}
42
43func (a *asteriskVariables) Get(key *ari.Key) (ret string, err error) {
44 data, err := a.c.dataRequest(&proxy.Request{

Callers 4

TestAsteriskVariablesGetFunction · 0.80
TestAsteriskVariablesSetFunction · 0.80
asteriskVariableGetMethod · 0.80
asteriskVariableSetMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestAsteriskVariablesGetFunction · 0.64
TestAsteriskVariablesSetFunction · 0.64