Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oslook/cursor-ai-downloads
/ generateDownloadLink
Function
generateDownloadLink
src/update-cursor-links.ts:250–252 ·
view source on GitHub ↗
(platform: PlatformType, url: string)
Source
from the content-addressed store, hash-verified
248
}
249
250
function
generateDownloadLink(platform: PlatformType, url: string): string {
251
return
`<a href=
"${url}"
>${platform}</a>`;
252
}
253
254
/**
255
* Generate the latest version card content
Callers
1
generateTableRow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected