(externalId: string)
| 359 | Effect.gen(function* () { |
| 360 | const dir = asDirectory(directory); |
| 361 | const read = (externalId: string) => |
| 362 | admin.getSubjectWithConnections(externalId).pipe(Effect.mapError(readFailed("user"))); |
| 363 | |
| 364 | const subject = yield* identifier.includes("@") |
| 365 | ? Effect.gen(function* () { |
no test coverage detected