Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ setupStore
Function
setupStore
frontend/src/stores/index.ts:6–8 ·
view source on GitHub ↗
(app: App<Element>)
Source
from the content-addressed store, hash-verified
4
const
store = createPinia()
5
6
export
const
setupStore = (app: App<Element>) => {
7
app.use(store)
8
}
9
10
export
{ store }
Callers
nothing calls this directly
Calls
1
use
Method · 0.80
Tested by
no test coverage detected