MCPcopy Create free account
hub / github.com/dataease/SQLBot / displayRow

Function displayRow

frontend/public/swagger-ui-bundle.js:43713–43716  ·  view source on GitHub ↗
(s, o, a, u, _)

Source from the content-addressed store, hash-verified

43711 (this.displayStats = () => {
43712 let o = ''
43713 const i = { match: 0, empty: 0, nomatch: 0, total: 0 },
43714 displayRow = (s, o, a, u, _) => {
43715 ;((i.match += o), (i.empty += a), (i.nomatch += u), (i.total += _))
43716 return `${s} | ${normalize(o)} | ${normalize(a)} | ${normalize(u)} | ${normalize(_)} |\n`
43717 }
43718 return (
43719 (o += ' OPERATOR STATS\n'),

Callers 1

CpFunction · 0.85

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected