()
| 17 | } |
| 18 | |
| 19 | const root = () => { |
| 20 | if (!global) throw new Error("Flock global not set") |
| 21 | return path.join(global.state, "locks") |
| 22 | } |
| 23 | |
| 24 | // Defaults for callers that do not provide timing options. |
| 25 | const defaultOpts = { |
no outgoing calls
no test coverage detected