MCPcopy
hub / github.com/opactorai/Claudable / markUserRequestAsProcessing

Function markUserRequestAsProcessing

lib/services/user-requests.ts:115–117  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

113}
114
115export async function markUserRequestAsProcessing(id: string): Promise<void> {
116 await updateStatus(id, 'processing');
117}
118
119export async function markUserRequestAsCompleted(id: string): Promise<void> {
120 await updateStatus(id, 'completed', {

Callers 1

POSTFunction · 0.90

Calls 1

updateStatusFunction · 0.85

Tested by

no test coverage detected