Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ getItemsEnd
Function
getItemsEnd
packages/react-stately/test/data/useAsyncList.test.js:38–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
function
getItemsEnd() {
39
return
new
Promise(resolve => {
40
setTimeout(() => resolve({items: ITEMS, cursor: null}), 100);
41
});
42
}
43
44
describe(
'useAsyncList'
, () => {
45
beforeAll(() => {
Callers
nothing calls this directly
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected