(id: string)
| 4763 | // when org-tier sharing lands. Writes are always `user` tier in v1. |
| 4764 | const artifactById = |
| 4765 | (id: string): CoreWhere => |
| 4766 | (b: AnyCb) => |
| 4767 | b("id", "=", id); |
| 4768 | |
| 4769 | const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> => |
| 4770 | core |
no outgoing calls
no test coverage detected