Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/krausest/js-framework-benchmark
/ Data
Interface
Data
frameworks/keyed/dojo/src/Store.ts:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
export
interface
Data {
13
[index: string]: Item;
14
}
15
16
const
adjectives = [
17
'pretty'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected