MCPcopy Create free account
hub / github.com/acoyfellow/cloudbox / refresh

Function refresh

web/src/components/SampleAgent.tsx:91–95  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

89 }
90
91 async function refresh(id: string) {
92 const res = await fetchReceipts(id);
93 setReceipts(res.receipts);
94 return res.receipts;
95 }
96
97 async function runRaw() {
98 setRawRunning(true);

Callers 1

runSampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected