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

Function keywordData

frontend/public/swagger-ui-bundle.js:20900–20903  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

20898 }
20899 function _highlight(s, o, a, w) {
20900 function keywordData(s, o) {
20901 const i = L.case_insensitive ? o[0].toLowerCase() : o[0]
20902 return Object.prototype.hasOwnProperty.call(s.keywords, i) && s.keywords[i]
20903 }
20904 function processBuffer() {
20905 ;(null != U.subLanguage
20906 ? (function processSubLanguage() {

Callers 1

processBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected