Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ myAction
Function
myAction
packages/react-dom/src/__tests__/ReactDOMForm-test.js:901–905 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
899
}
900
901
async
function
myAction() {
902
Scheduler.log(
'Async action started'
);
903
await
getText(
'Wait'
);
904
Scheduler.log(
'Async action finished'
);
905
}
906
907
function
App() {
908
return
(
Callers
nothing calls this directly
Calls
1
getText
Function · 0.70
Tested by
no test coverage detected