MCPcopy
hub / github.com/CodebuffAI/codebuff / publish-store.ts

File publish-store.ts

cli/src/state/publish-store.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand'
2import { immer } from 'zustand/middleware/immer'
3
4export type PublishStep = 'selection' | 'confirmation' | 'success' | 'error'

Callers

nothing calls this directly

Calls 3

createInitialStateFunction · 0.85
setFunction · 0.85
deleteMethod · 0.80

Tested by

no test coverage detected