MCPcopy
hub / github.com/vulcand/vulcand / FrontendURL

Method FrontendURL

testutils/testutils.go:64–66  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

62}
63
64func (b BatchVal) FrontendURL(path string) string {
65 return MakeURL(b.L, path)
66}
67
68func MakeBatch(b Batch) (bv BatchVal) {
69 if b.Host == "" {

Callers 15

TestInitOnTheFlyMethod · 0.80
TestGracefulShutdownMethod · 0.80
TestTransferFilesMethod · 0.80
TestBackendCRUDMethod · 0.80
TestServerCRUDMethod · 0.80
TestServerUpsertSameMethod · 0.80
TestTwoHostsMethod · 0.80
TestListenerCRUDMethod · 0.80
TestListenerScopeMethod · 0.80

Calls 1

MakeURLFunction · 0.85

Tested by 15

TestInitOnTheFlyMethod · 0.64
TestGracefulShutdownMethod · 0.64
TestTransferFilesMethod · 0.64
TestBackendCRUDMethod · 0.64
TestServerCRUDMethod · 0.64
TestServerUpsertSameMethod · 0.64
TestTwoHostsMethod · 0.64
TestListenerCRUDMethod · 0.64
TestListenerScopeMethod · 0.64