MCPcopy Create free account
hub / github.com/bombshell-dev/clack / getLabel

Function getLabel

packages/prompts/src/autocomplete.ts:17–19  ·  view source on GitHub ↗
(option: Option<T>)

Source from the content-addressed store, hash-verified

15import type { Option } from './select.js';
16
17function getLabel<T>(option: Option<T>) {
18 return option.label ?? String(option.value ?? '');
19}
20
21function getFilteredOption<T>(searchText: string, option: Option<T>): boolean {
22 if (!searchText) {

Callers 1

optFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected