(name: string, type: StateEntryType)
| 31 | } |
| 32 | |
| 33 | export function stateDirent(name: string, type: StateEntryType): StateDirent { |
| 34 | return { name, type }; |
| 35 | } |
| 36 | |
| 37 | export function diffContent( |
| 38 | current: string, |
no outgoing calls
no test coverage detected