* Options for exec function.
| 17 | * Options for exec function. |
| 18 | */ |
| 19 | interface ExecOptions { |
| 20 | cwd?: string; |
| 21 | env?: Record<string, string | undefined>; |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Docker bind mount configuration. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…