(s: string)
| 635 | ) |
| 636 | : a.ttype === "count" |
| 637 | ? Effect |
| 638 | .map(eff, (_) => NonNegativeInt(_.length)) |
| 639 | .pipe(Effect.catchTag("SchemaError", (e) => Effect.die(e))) |
| 640 | : eff, |
| 641 | Effect.tap((r) => |
| 642 | Effect.annotateCurrentSpan({ |
| 643 | "app.query.ttype": a.ttype, |
| 644 | "app.query.mode": a.mode, |
| 645 | "db.response.returned_rows": Array.isArray(r) ? r.length : 1 |
no outgoing calls
no test coverage detected
searching dependent graphs…