(dir: string, config: object, name = "opencode.json")
| 154 | } |
| 155 | |
| 156 | const writeConfigEffect = (dir: string, config: object, name = "opencode.json") => |
| 157 | FSUtil.use.writeWithDirs(path.join(dir, name), JSON.stringify(config)) |
| 158 | |
| 159 | const withInstanceDir = <A, E, R>(dir: string, effect: Effect.Effect<A, E, R>) => |
| 160 | effect.pipe( |
no outgoing calls
no test coverage detected