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

Function artifactById

packages/core/sdk/src/executor.ts:5985–5987  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

5983 // when org-tier sharing lands. Writes are always `user` tier in v1.
5984 const artifactById =
5985 (id: string): CoreWhere =>
5986 (b: AnyCb) =>
5987 b("id", "=", id);
5988
5989 const artifactsList = (): Effect.Effect<readonly ArtifactSummary[], StorageFailure> =>
5990 core

Callers 5

artifactsGetFunction · 0.85
artifactsSaveFunction · 0.85
artifactsSetPreviewFunction · 0.85
artifactsRenameFunction · 0.85
artifactsRemoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected