Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ create } from
'zustand'
2
import
{ immer } from
'zustand/middleware/immer'
3
4
export
type
PublishStep =
'selection'
|
'confirmation'
|
'success'
|
'error'
Callers
nothing calls this directly
Calls
3
createInitialState
Function · 0.85
set
Function · 0.85
delete
Method · 0.80
Tested by
no test coverage detected