MCPcopy 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

4const store = createPinia()
5
6export const setupStore = (app: App<Element>) => {
7 app.use(store)
8}
9
10export { store }

Callers

nothing calls this directly

Calls 1

useMethod · 0.80

Tested by

no test coverage detected