(id: string)
| 3942 | // when org-tier sharing lands. Writes are always `user` tier in v1. |
| 3943 | const artifactById = |
| 3944 | (id: string): CoreWhere => |
| 3945 | (b: AnyCb) => |
| 3946 | b("id", "=", id); |
| 3947 | |
| 3948 | const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> => |
| 3949 | core |
no outgoing calls
no test coverage detected