(scope: ServerScope, directory: string)
| 34 | |
| 35 | export const Worktree = { |
| 36 | get(scope: ServerScope, directory: string) { |
| 37 | return state.get(key(scope, directory)) |
| 38 | }, |
| 39 | pending(scope: ServerScope, directory: string) { |
| 40 | const id = key(scope, directory) |
| 41 | const current = state.get(id) |
no test coverage detected