(id: string)
| 4101 | // when org-tier sharing lands. Writes are always `user` tier in v1. |
| 4102 | const artifactById = |
| 4103 | (id: string): CoreWhere => |
| 4104 | (b: AnyCb) => |
| 4105 | b("id", "=", id); |
| 4106 | |
| 4107 | const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> => |
| 4108 | core |
no outgoing calls
no test coverage detected