(cliArg?: string)
| 96 | } |
| 97 | |
| 98 | export async function getApiSchemaPath(cliArg?: string): Promise<string> { |
| 99 | if (cliArg) return cliArg; |
| 100 | return resolveCopilotSchemaPath(SDK_NODE_MODULES, "api.schema.json"); |
| 101 | } |
| 102 | |
| 103 | // ── Brand casing normalization ────────────────────────────────────────────── |
| 104 |
no test coverage detected
searching dependent graphs…