MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / providerLabel

Function providerLabel

packages/react/src/plugins/secret-picker.tsx:46–49  ·  view source on GitHub ↗
(key: string | undefined)

Source from the content-addressed store, hash-verified

44};
45
46const providerLabel = (key: string | undefined): string => {
47 if (!key) return "Default";
48 return PROVIDER_LABELS[key] ?? key;
49};
50
51export function SecretPicker(props: {
52 readonly value: string | null;

Callers 1

SecretPickerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected