MCPcopy Index your code
hub / github.com/github/docs / getLanguageHighlight

Function getLanguageHighlight

components/rest/RestCodeSamples.tsx:39–41  ·  view source on GitHub ↗
(selectedLanguage: string)

Source from the content-addressed store, hash-verified

37]
38
39function getLanguageHighlight(selectedLanguage: string) {
40 return selectedLanguage === JSKEY ? 'javascript' : 'curl'
41}
42
43export function RestCodeSamples({ operation, slug }: Props) {
44 const { t } = useTranslation('products')

Callers 1

RestCodeSamplesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected