(dir: string)
| 32 | } |
| 33 | |
| 34 | function ctx(dir: string): PlugCtx { |
| 35 | return { |
| 36 | vcs: "git", |
| 37 | worktree: dir, |
| 38 | directory: dir, |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | function ctxDir(dir: string, worktree: string): PlugCtx { |
| 43 | return { |
no outgoing calls
no test coverage detected