MCPcopy Create free account
hub / github.com/ShipSecAI/studio / download

Method download

packages/component-sdk/src/interfaces.ts:111–111  ·  view source on GitHub ↗

* Download an artifact by ID

(id: string)

Source from the content-addressed store, hash-verified

109 * Download an artifact by ID
110 */
111 download(id: string): Promise<ArtifactDownloadResult>;
112}
113
114export interface ITraceService {

Callers 2

downloadArtifactFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected