(id)
| 36 | } |
| 37 | |
| 38 | function relativeLoopPath(id) { |
| 39 | return path.join('.planning', 'loops', `${id}.json`).replace(/\\/g, '/'); |
| 40 | } |
| 41 | |
| 42 | function createLoopContract(options = {}) { |
| 43 | const id = loopId(options); |
no outgoing calls
no test coverage detected