Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
function
firstPartOfUUID(uuid: string) {
2
return
uuid.substring(0, 13);
3
}
Callers
2
TaskCard
Function · 0.90
SessionsPage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected