Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ getItems2
Function
getItems2
packages/react-stately/test/data/useAsyncList.test.js:32–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
function
getItems2() {
33
return
new
Promise(resolve => {
34
setTimeout(() => resolve({items: ITEMS2, cursor: 0}), 100);
35
});
36
}
37
38
function
getItemsEnd() {
39
return
new
Promise(resolve => {
Callers
nothing calls this directly
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected