MCPcopy Create free account
hub / github.com/cloudwan/gohan / getNetworkSingularURL

Function getNetworkSingularURL

server/server_test.go:1455–1458  ·  view source on GitHub ↗
(color string)

Source from the content-addressed store, hash-verified

1453}
1454
1455func getNetworkSingularURL(color string) string {
1456 s, _ := schema.GetManager().Schema("network")
1457 return baseURL + s.URL + "/network" + color
1458}
1459
1460func getServerSingularURL(color string) string {
1461 s, _ := schema.GetManager().Schema("server")

Callers 2

server_test.goFile · 0.85
BenchmarkGETAPIFunction · 0.85

Calls 1

SchemaMethod · 0.65

Tested by

no test coverage detected