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

Method Endpoint

client/client.go:439–441  ·  view source on GitHub ↗

Endpoint is the endpoint accessor

()

Source from the content-addressed store, hash-verified

437
438// Endpoint is the endpoint accessor
439func (c *Client) Endpoint() ari.Endpoint {
440 return &endpoint{c}
441}
442
443// LiveRecording is the live recording accessor
444func (c *Client) LiveRecording() ari.LiveRecording {

Callers 7

TestEndpointListFunction · 0.80
TestEndpointListByTechFunction · 0.80
TestEndpointDataFunction · 0.80
endpointDataMethod · 0.80
endpointGetMethod · 0.80
endpointListMethod · 0.80
endpointListByTechMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestEndpointListFunction · 0.64
TestEndpointListByTechFunction · 0.64
TestEndpointDataFunction · 0.64