MCPcopy 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
1014function modelKey(choice: ModelChoice) {
1015 return modelKeyFromSelection(choice.value)
1016}
1017
1018function filterModelItems(
1019 items: ModelSelectItem[],

Callers 1

openModelPickerFunction · 0.85

Calls 1

modelKeyFromSelectionFunction · 0.85

Tested by

no test coverage detected