MCPcopy Create free account
hub / github.com/cursor/cookbook / normalizeToken

Function normalizeToken

sdk/coding-agent-cli/src/tui/App.tsx:1198–1200  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

1196}
1197
1198function normalizeToken(value: string) {
1199 return value.toLowerCase().replace(/[^a-z0-9.]+/g, "")
1200}

Callers 2

filterModelItemsFunction · 0.85
getSelectionPreferenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected