(project: Pick<Project, "owner" | "dtag">)
| 126 | } |
| 127 | |
| 128 | function projectCoordinate(project: Pick<Project, "owner" | "dtag">): string { |
| 129 | return `${KIND_REPO_ANNOUNCEMENT}:${project.owner}:${project.dtag}`; |
| 130 | } |
| 131 | |
| 132 | function readHiddenProjectCards(): string[] { |
| 133 | if (typeof window === "undefined") { |
no outgoing calls
no test coverage detected