Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ index
Method
index
packages/react-aria/src/collections/Document.ts:274–276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
}
273
274
get index(): number {
275
return
this._index;
276
}
277
278
set index(index: number) {
279
this._index = index;
Callers
nothing calls this directly
Calls
1
markDirty
Method · 0.80
Tested by
no test coverage detected