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

Function classNames

frontend/public/swagger-ui-bundle.js:21385–21391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21383 'use strict'
21384 var a = {}.hasOwnProperty
21385 function classNames() {
21386 for (var s = '', o = 0; o < arguments.length; o++) {
21387 var i = arguments[o]
21388 i && (s = appendClass(s, parseValue(i)))
21389 }
21390 return s
21391 }
21392 function parseValue(s) {
21393 if ('string' == typeof s || 'number' == typeof s) return s
21394 if ('object' != typeof s) return ''

Callers

nothing calls this directly

Calls 2

appendClassFunction · 0.85
parseValueFunction · 0.85

Tested by

no test coverage detected