Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/cookbook
/ modelKey
Function
modelKey
sdk/coding-agent-cli/src/tui/App.tsx:1014–1016 ·
view source on GitHub ↗
(choice: ModelChoice)
Source
from the content-addressed store, hash-verified
1012
}
1013
1014
function modelKey(choice: ModelChoice) {
1015
return modelKeyFromSelection(choice.value)
1016
}
1017
1018
function filterModelItems(
1019
items: ModelSelectItem[],
Callers
1
openModelPicker
Function · 0.85
Calls
1
modelKeyFromSelection
Function · 0.85
Tested by
no test coverage detected