Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/learn-claude-code
/ getVersionData
Function
getVersionData
web/src/components/timeline/timeline.tsx:35–37 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
33
};
34
35
function getVersionData(id: string) {
36
return versionsData.versions.find((v) => v.id === id);
37
}
38
39
const MAX_LOC = Math.max(
40
...versionsData.versions
Callers
1
Timeline
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected