(config: object)
| 111 | const configIt = (options?: Parameters<typeof configLayer>[0]) => testEffect(configLayer(options)) |
| 112 | |
| 113 | const schemaConfig = (config: object) => ({ $schema: "https://opencode.ai/config.json", ...config }) |
| 114 | |
| 115 | const provideCurrentInstance = <A, E, R>(effect: Effect.Effect<A, E, R>, ctx: InstanceContext) => |
| 116 | effect.pipe(Effect.provideService(InstanceRef, ctx)) |
no outgoing calls
no test coverage detected