MCPcopy
hub / github.com/chrislusf/glow / URL

Method URL

resource/resource.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (l *Location) URL() string {
84 return l.Server + ":" + strconv.Itoa(l.Port)
85}
86
87// the distance is a relative value, similar to network lantency
88func (a Location) Distance(b Location) float64 {

Callers 13

AddAgentMethod · 0.80
DropAgentMethod · 0.80
findAgentInformationMethod · 0.80
OnExitMethod · 0.80
allInputLocationsMethod · 0.80
setupInputChannelsMethod · 0.80
setupOutputChannelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected