MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / handleConfirmRequest

Function handleConfirmRequest

frontend/src/components/playground/index.tsx:1280–1282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1278 }
1279
1280 const handleConfirmRequest = async () => {
1281 getBundleList({ limit: 20 })
1282 }
1283 const handleClickDebug = (item: any) => {
1284 const inputResult: any = debugArray1.length ? debugArray1 : JSON.parse(localStorage.getItem('inputResult') as any)
1285 const outputResult: any = debugArray2.length ? debugArray2 : JSON.parse(localStorage.getItem('outputResult') as any)

Callers

nothing calls this directly

Calls 1

getBundleListFunction · 0.70

Tested by

no test coverage detected