MCPcopy Index your code
hub / github.com/PowerShell/vscode-powershell / convertToCheckBox

Function convertToCheckBox

src/controls/checkboxQuickPick.ts:95–97  ·  view source on GitHub ↗
(item: ICheckboxQuickPickItem)

Source from the content-addressed store, hash-verified

93}
94
95function convertToCheckBox(item: ICheckboxQuickPickItem): string {
96 return `${item.isSelected ? checkedPrefix : uncheckedPrefix} ${item.label}`;
97}

Callers 1

getQuickPickItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected