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

Method completeCoordinates

client/client.go:579–586  ·  view source on GitHub ↗
(req *proxy.Request)

Source from the content-addressed store, hash-verified

577}
578
579func (c *Client) completeCoordinates(req *proxy.Request) bool {
580 if req == nil || req.Key == nil {
581 return false
582 }
583
584 // coordinates are complete if we have both app and node
585 return req.Key.App != "" && req.Key.Node != ""
586}
587
588func (c *Client) subject(class string, req *proxy.Request) string {
589 if req == nil || req.Key == nil {

Callers 1

makeRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected