MCPcopy Create free account
hub / github.com/dank/rlapi / URL

Method URL

psynetrpc_test.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (m *MockWSServer) URL() string {
47 return "ws" + strings.TrimPrefix(m.server.URL, "http")
48}
49
50func (m *MockWSServer) SetResponse(requestID string, response *PsyResponse) {
51 response.ResponseID = requestID

Calls

no outgoing calls

Tested by

no test coverage detected