(id: string)
| 4485 | // when org-tier sharing lands. Writes are always `user` tier in v1. |
| 4486 | const artifactById = |
| 4487 | (id: string): CoreWhere => |
| 4488 | (b: AnyCb) => |
| 4489 | b("id", "=", id); |
| 4490 | |
| 4491 | const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> => |
| 4492 | core |
no outgoing calls
no test coverage detected