()
| 103 | setStore("projects", input.scope(), next) |
| 104 | }, |
| 105 | last() { |
| 106 | return input.store.lastProject[input.scope()] |
| 107 | }, |
| 108 | touch(directory: string) { |
| 109 | setStore("lastProject", input.scope(), directory) |
| 110 | }, |
no outgoing calls
no test coverage detected