Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tone-row/flowchart-fun
/ setIsOpen
Function
setIsOpen
app/src/lib/usePromptStore.ts:87–89 ·
view source on GitHub ↗
(isOpen: boolean)
Source
from the content-addressed store, hash-verified
85
}
86
87
export
function
setIsOpen(isOpen: boolean) {
88
usePromptStore.setState({ isOpen });
89
}
90
91
export
function
setDiff(diff: string) {
92
usePromptStore.setState({ diff });
Callers
5
toggleOpen
Function · 0.90
handleModeChange
Function · 0.90
LoadFromHashDialog
Function · 0.85
EditWithAI
Function · 0.85
useRunAiWithStore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected