MCPcopy
hub / github.com/github/docs / pathLanguagePrefixed

Function pathLanguagePrefixed

lib/languages.js:140–142  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

138 * is currently not an active language)
139 */
140export function pathLanguagePrefixed(path) {
141 return languagePrefixPathRegex.test(path)
142}
143
144export default languages

Callers 3

handleRedirectsFunction · 0.90
usePermanentRedirectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected