(id: string)
| 5983 | // when org-tier sharing lands. Writes are always `user` tier in v1. |
| 5984 | const artifactById = |
| 5985 | (id: string): CoreWhere => |
| 5986 | (b: AnyCb) => |
| 5987 | b("id", "=", id); |
| 5988 | |
| 5989 | const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> => |
| 5990 | core |
no outgoing calls
no test coverage detected