MCPcopy Create free account
hub / github.com/dailydotdev/apps / deleteSourceStack

Function deleteSourceStack

packages/shared/src/graphql/source/sourceStack.ts:144–146  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

142};
143
144export const deleteSourceStack = async (id: string): Promise<void> => {
145 await gqlClient.request(DELETE_SOURCE_STACK_MUTATION, { id });
146};
147
148export const reorderSourceStack = async (
149 sourceId: string,

Callers 1

useSourceStackFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected