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

Function selectionSearchText

sdk/coding-agent-cli/src/tui/App.tsx:1111–1116  ·  view source on GitHub ↗
(selection: ModelSelection)

Source from the content-addressed store, hash-verified

1109}
1110
1111function selectionSearchText(selection: ModelSelection) {
1112 return [
1113 selection.id,
1114 ...(selection.params ?? []).flatMap((param) => [param.id, param.value]),
1115 ].join(" ")
1116}
1117
1118function toCommandSelectItem(
1119 option: SelectOption | null,

Callers 1

filterModelItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected