MCPcopy
hub / github.com/rqlite/rqlite / URL

Method URL

cdc/cdctest/server.go:76–78  ·  view source on GitHub ↗

URL returns the URL of the test server.

()

Source from the content-addressed store, hash-verified

74
75// URL returns the URL of the test server.
76func (h *HTTPTestServer) URL() string {
77 return fmt.Sprintf("http://%s", h.Server.Listener.Addr().String())
78}
79
80// Start starts the test server.
81func (h *HTTPTestServer) Start() {

Callers 11

Test_CDC_SingleNodeFunction · 0.95
Test_CDC_MultiNodeFunction · 0.95
Test_ClusterHWMDeletionFunction · 0.95
Test_Cluster_100EventsFunction · 0.95

Calls 2

StringMethod · 0.45
AddrMethod · 0.45

Tested by 11

Test_CDC_SingleNodeFunction · 0.76
Test_CDC_MultiNodeFunction · 0.76
Test_ClusterHWMDeletionFunction · 0.76
Test_Cluster_100EventsFunction · 0.76