MCPcopy Create free account
hub / github.com/apache/kvrocks / StartServer

Function StartServer

tests/gocase/util/server.go:213–215  ·  view source on GitHub ↗
(t testing.TB, configs map[string]string)

Source from the content-addressed store, hash-verified

211}
212
213func StartServer(t testing.TB, configs map[string]string) *KvrocksServer {
214 return StartServerWithCLIOptions(t, true, configs, []string{})
215}
216
217func StartServerWithCLIOptions(
218 t testing.TB,

Callers 1

StartTLSServerFunction · 0.85

Calls 1

Tested by

no test coverage detected