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

Function titleToLocalStorageKey

app/src/lib/helpers.ts:22–24  ·  view source on GitHub ↗
(chartTitle: string)

Source from the content-addressed store, hash-verified

20}
21
22export function titleToLocalStorageKey(chartTitle: string) {
23 return ["flowcharts.fun", chartTitle].filter(Boolean).join(":");
24}
25
26export const slugify = (value: string) =>
27 value.replace(/[^a-z0-9]/gi, "-").toLocaleLowerCase();

Callers 1

RenameButton.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected