MCPcopy Create free account
hub / github.com/GooGee/Entity-Builder / setModuleId

Method setModuleId

src/Store/usePathPageStore.ts:8–8  ·  view source on GitHub ↗
(moduleId: number)

Source from the content-addressed store, hash-verified

6interface PathPageStoreType extends SideBarDataType<T> {
7 moduleId: number
8 setModuleId(moduleId: number): void
9}
10
11const usePathPageStore = create<PathPageStoreType>(function (set) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected