MCPcopy 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
32function getItems2() {
33 return new Promise(resolve => {
34 setTimeout(() => resolve({items: ITEMS2, cursor: 0}), 100);
35 });
36}
37
38function getItemsEnd() {
39 return new Promise(resolve => {

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected