MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / rowToArtifact

Function rowToArtifact

packages/core/sdk/src/artifact.ts:207–211  ·  view source on GitHub ↗
(row: ArtifactRow)

Source from the content-addressed store, hash-verified

205});
206
207export const rowToArtifact = (row: ArtifactRow): Artifact => ({
208 ...rowToArtifactSummary(row),
209 code: row.code,
210 bindings: bindingsFromColumn(row.bindings),
211});

Callers 3

artifactsGetFunction · 0.90
artifactsSaveFunction · 0.90
artifactsRenameFunction · 0.90

Calls 2

rowToArtifactSummaryFunction · 0.85
bindingsFromColumnFunction · 0.85

Tested by

no test coverage detected