(tag, payload)
| 333 | entries, |
| 334 | events: taggedPayloads as any, |
| 335 | write(tag, payload) { |
| 336 | return writePayload(entries[0].createdAtMillis, tag, payload) |
| 337 | } |
| 338 | }).pipe( |
| 339 | Effect.locally(FiberRef.currentContext, context) |
| 340 | ) as Effect.Effect<void>) |
no test coverage detected
searching dependent graphs…