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

Function incStat

frontend/public/swagger-ui-bundle.js:43875–43891  ·  view source on GitHub ↗
(o, i)

Source from the content-addressed store, hash-verified

43873 })
43874 }
43875 },
43876 incStat = (o, i) => {
43877 switch (((o.total += 1), i)) {
43878 case s.EMPTY:
43879 o.empty += 1
43880 break
43881 case s.MATCH:
43882 o.match += 1
43883 break
43884 case s.NOMATCH:
43885 o.nomatch += 1
43886 break
43887 default:
43888 throw new Error(
43889 `parser.js: Stats(): collect(): incStat(): unrecognized state: ${i}`
43890 )
43891 }
43892 }
43893 },
43894 jp = {

Callers 1

CpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected