MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / newTestServer

Function newTestServer

internal/api/server_test.go:25–28  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

23)
24
25func newTestServer(t *testing.T) *Server {
26 t.Helper()
27 return newTestServerWithOptions(t)
28}
29
30func newTestServerWithOptions(t *testing.T, opts ...ServerOption) *Server {
31 t.Helper()

Calls 1

newTestServerWithOptionsFunction · 0.85

Tested by

no test coverage detected