Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
export
async
function
clearPendingAction(): Promise<void> {
166
try {
167
await
api.delete(
'/pending-action'
);
168
} catch {}
169
}
170
171
export
async
function
shutdownBackend(): Promise<void> {
172
try {
Callers
1
AppProvider
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected