MCPcopy
hub / github.com/dosco/graphjin / newControlPlaneGraphQLTestService

Function newControlPlaneGraphQLTestService

serv/control_plane_graphql_test.go:2488–2490  ·  view source on GitHub ↗
(t *testing.T, cfg MCPConfig, dbPath string)

Source from the content-addressed store, hash-verified

2486}
2487
2488func newControlPlaneGraphQLTestService(t *testing.T, cfg MCPConfig, dbPath string) *graphjinService {
2489 return newControlPlaneGraphQLTestServiceWithConfig(t, cfg, dbPath, nil)
2490}
2491
2492func newControlPlaneGraphQLTestServiceWithConfig(t *testing.T, cfg MCPConfig, dbPath string, configure func(*Config)) *graphjinService {
2493 t.Helper()

Tested by

no test coverage detected