( tag: Context.Tag<I, S> )
| 976 | |
| 977 | /** @internal */ |
| 978 | export const service = <I, S>( |
| 979 | tag: Context.Tag<I, S> |
| 980 | ): Layer.Layer<I, never, I> => fromEffect(tag, tag) |
| 981 | |
| 982 | /** @internal */ |
| 983 | export const succeed = dual< |
nothing calls this directly
no test coverage detected