MCPcopy
hub / github.com/tone-row/flowchart-fun / startConvert

Function startConvert

app/src/lib/usePromptStore.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61);
62
63export function startConvert() {
64 usePromptStore.setState({ isRunning: true, showUndoButton: false });
65}
66
67export function stopConvert() {
68 usePromptStore.setState({ isRunning: false });

Callers 2

ConvertToFlowchartFunction · 0.90
useRunAiWithStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected