Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gilbarbara/react-joyride
/ createStore
Function
createStore
src/modules/store.ts:213–215 ·
view source on GitHub ↗
(options?: Props)
Source
from the content-addressed store, hash-verified
211
}
212
213
export
default
function
createStore(options?: Props) {
214
return
new
Store(options);
215
}
Callers
4
store.spec.ts
File · 0.85
setup
Function · 0.85
useControls.spec.ts
File · 0.85
useTourEngine
Function · 0.85
Calls
no outgoing calls
Tested by
1
setup
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…