Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ onSuccess
Function
onSuccess
upload-component/src/App.tsx:15–17 ·
view source on GitHub ↗
(ret)
Source
from the content-addressed store, hash-verified
13
return true;
14
},
15
onSuccess(ret) {
16
console.log(
'onSuccess'
, ret);
17
},
18
onError(err) {
19
console.log(
'onError'
, err);
20
},
Callers
1
post
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected