MCPcopy Create free account
hub / github.com/block/buzz / projectCoordinate

Function projectCoordinate

desktop/src/features/projects/hooks.ts:128–130  ·  view source on GitHub ↗
(project: Pick<Project, "owner" | "dtag">)

Source from the content-addressed store, hash-verified

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

Callers 3

isHiddenLocallyFunction · 0.85
isDeletedByAFunction · 0.85
eventToProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected