MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / buildFileDownloadUrl

Function buildFileDownloadUrl

web/js/chat.js:671–673  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

669}
670
671function buildFileDownloadUrl(filePath) {
672 return `${state.API_BASE}/api/files?path=${encodeURIComponent(filePath)}`;
673}
674
675function getOrCreateThinkingBlock() {
676 const children = Array.from(currentAssistantMsg.children).filter(

Callers 1

appendFileCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected