MCPcopy
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
35function getVersionData(id: string) {
36 return versionsData.versions.find((v) => v.id === id);
37}
38
39const MAX_LOC = Math.max(
40 ...versionsData.versions

Callers 1

TimelineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected