| 767 | const readFile: EffectFactory<ReadFile> = effect("readFile"); |
| 768 | |
| 769 | interface Settings { |
| 770 | something: string; |
| 771 | } |
| 772 | |
| 773 | const defaultSettings: Settings = { |
| 774 | something: "foo", |
nothing calls this directly
no outgoing calls
no test coverage detected