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

Method create

backend/src/storage/artifacts.repository.ts:28–31  ·  view source on GitHub ↗
(record: NewArtifactRecord)

Source from the content-addressed store, hash-verified

26 ) {}
27
28 async create(record: NewArtifactRecord): Promise<ArtifactRecord> {
29 const [artifact] = await this.db.insert(artifactsTable).values(record).returning();
30 return artifact;
31 }
32
33 async listByRun(
34 runId: string,

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected