MCPcopy Create free account
hub / github.com/Microck/opencode-studio / clearPendingAction

Function clearPendingAction

client-next/src/lib/api.ts:165–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165export async function clearPendingAction(): Promise<void> {
166 try {
167 await api.delete('/pending-action');
168 } catch {}
169}
170
171export async function shutdownBackend(): Promise<void> {
172 try {

Callers 1

AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected