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

Function previewFromColumn

packages/core/sdk/src/artifact.ts:101–102  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

99 * before storing — nothing else writes the column.
100 */
101export const previewFromColumn = (value: unknown): ArtifactPreview | null =>
102 typeof value === "string" && value !== "" ? { kind: "layout", markup: value } : null;
103
104export interface Artifact {
105 readonly id: ArtifactId;

Callers 1

rowToArtifactSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected