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