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

Function deleteSource

e2e/desktop-vm/custom-tools-sidecar.test.ts:164–167  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

162};
163
164const deleteSource = (slug: string): Effect.Effect<void> =>
165 Effect.promise(() =>
166 expectGuestRequest(`/api/apps/sources/${slug}`, { method: "DELETE" }).then(() => undefined),
167 ).pipe(Effect.ignore);
168
169const syncAndInvoke = (input: {
170 readonly slug: string;

Callers 1

Calls 1

expectGuestRequestFunction · 0.85

Tested by

no test coverage detected