MCPcopy Create free account
hub / github.com/MagicCube/agentara / firstPartOfUUID

Function firstPartOfUUID

web/src/lib/utils/uuid.ts:1–3  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

1export function firstPartOfUUID(uuid: string) {
2 return uuid.substring(0, 13);
3}

Callers 2

TaskCardFunction · 0.90
SessionsPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected