Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1198
function normalizeToken(value: string) {
1199
return value.toLowerCase().replace(/[^a-z0-9.]+/g,
""
)
1200
}
Callers
2
filterModelItems
Function · 0.85
getSelectionPreference
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected