Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
export
const
deleteSourceStack =
async
(id: string): Promise<void> => {
145
await
gqlClient.request(DELETE_SOURCE_STACK_MUTATION, { id });
146
};
147
148
export
const
reorderSourceStack =
async
(
149
sourceId: string,
Callers
1
useSourceStack
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected