(id: string)
| 4055 | // when org-tier sharing lands. Writes are always `user` tier in v1. |
| 4056 | const artifactById = |
| 4057 | (id: string): CoreWhere => |
| 4058 | (b: AnyCb) => |
| 4059 | b("id", "=", id); |
| 4060 | |
| 4061 | const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> => |
| 4062 | core |
no outgoing calls
no test coverage detected