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

Function artifactsRemove

packages/core/sdk/src/executor.ts:4604–4605  ·  view source on GitHub ↗
(input: RemoveArtifactInput)

Source from the content-addressed store, hash-verified

4602 // Hard delete: an artifact is not a connection, so there is no disabled or
4603 // archived state to fall back to.
4604 const artifactsRemove = (input: RemoveArtifactInput): Effect.Effect<void, StorageFailure> =>
4605 core.deleteMany("artifact", { where: artifactById(input.id) });
4606
4607 // ------------------------------------------------------------------
4608 // Elicitation

Callers

nothing calls this directly

Calls 1

artifactByIdFunction · 0.85

Tested by

no test coverage detected