MCPcopy Create free account
hub / github.com/github/awesome-copilot / ZipDownloadFile

Interface ZipDownloadFile

website/src/scripts/utils.ts:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78export interface ZipDownloadFile {
79 name: string;
80 path: string;
81}
82
83function triggerBlobDownload(blob: Blob, filename: string): void {
84 const url = URL.createObjectURL(blob);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected