MCPcopy Create free account
hub / github.com/FeatureProbe/FeatureProbe / permanentOptions

Function permanentOptions

ui/src/pages/toggle/options.tsx:38–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36};
37
38export const permanentOptions = () => {
39 return [
40 {
41 key: 'yes',
42 value: true,
43 text: <FormattedMessage id='common.yes.text' />
44 },
45 {
46 key: 'no',
47 value: false,
48 text: <FormattedMessage id='common.no.text' />
49 },
50 ];
51};

Callers 1

ToggleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected