(id: string)
| 4029 | // when org-tier sharing lands. Writes are always `user` tier in v1. |
| 4030 | const artifactById = |
| 4031 | (id: string): CoreWhere => |
| 4032 | (b: AnyCb) => |
| 4033 | b("id", "=", id); |
| 4034 | |
| 4035 | const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> => |
| 4036 | core |
no outgoing calls
no test coverage detected