Lock locks the workspace. This is a file lock, which means the workspace is locked across processes.
(ctx context.Context)
| 83 | // Lock locks the workspace. This is a file lock, which means |
| 84 | // the workspace is locked across processes. |
| 85 | Lock(ctx context.Context) error |
| 86 | |
| 87 | // Unlock unlocks the workspace. |
| 88 | Unlock() |
no outgoing calls
no test coverage detected