(oldId: string, env?: NodeJS.ProcessEnv)
| 560 | * safeSourcesRemove for the #1734 guards. |
| 561 | */ |
| 562 | export function removeOrphanedSource(oldId: string, env?: NodeJS.ProcessEnv): boolean { |
| 563 | return safeSourcesRemove(oldId, env).removed; |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * Build a gbrain-valid source id (1-32 lowercase alnum + interior hyphens). Sanitizes |
no test coverage detected