(entry: RegistryEntry)
| 219 | } |
| 220 | |
| 221 | export function writeEntry(entry: RegistryEntry): void { |
| 222 | writeEntryFile(entry); |
| 223 | } |
| 224 | |
| 225 | export function deleteEntry(dir: string): void { |
| 226 | ensureRegistryReady(); |
nothing calls this directly
no test coverage detected