MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / chromeStampText

Function chromeStampText

packages/client/src/app/AppShell.tsx:214–216  ·  view source on GitHub ↗
(value: string | undefined | null)

Source from the content-addressed store, hash-verified

212}
213
214function chromeStampText(value: string | undefined | null): string {
215 return (value ?? "").replace(/[^a-zA-Z0-9_.-]+/g, "_");
216}
217
218function buildChromeProfileAssetStamp(profile: ChromeProfile | null): string {
219 if (!profile) {

Callers 1

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected