Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
export
const
rowToArtifact = (row: ArtifactRow): Artifact => ({
208
...rowToArtifactSummary(row),
209
code: row.code,
210
bindings: bindingsFromColumn(row.bindings),
211
});
Callers
3
artifactsGet
Function · 0.90
artifactsSave
Function · 0.90
artifactsRename
Function · 0.90
Calls
2
rowToArtifactSummary
Function · 0.85
bindingsFromColumn
Function · 0.85
Tested by
no test coverage detected