MCPcopy
hub / github.com/SurgeDM/Surge / URL

Method URL

internal/testutil/mock_server.go:179–181  ·  view source on GitHub ↗

URL returns the server's URL.

()

Source from the content-addressed store, hash-verified

177
178// URL returns the server's URL.
179func (m *MockServer) URL() string {
180 return m.Server.URL
181}
182
183// Close shuts down the mock server.
184func (m *MockServer) Close() {

Calls

no outgoing calls