MCPcopy Index your code
hub / github.com/dataease/SQLBot / getLanguage

Function getLanguage

frontend/public/swagger-ui-bundle.js:21198–21200  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

21196 document.querySelectorAll('pre code').forEach(highlightElement)
21197 }
21198 function getLanguage(s) {
21199 return ((s = (s || '').toLowerCase()), i[s] || i[a[s]])
21200 }
21201 function registerAliases(s, { languageName: o }) {
21202 ;('string' == typeof s && (s = [s]),
21203 s.forEach((s) => {

Callers 5

_highlightFunction · 0.70
highlightAutoFunction · 0.70
highlightElementFunction · 0.70
autoDetectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected