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

Function WORDS

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

Source from the content-addressed store, hash-verified

4957 const a = i(6205),
4958 INTS = () => [{ type: a.RANGE, from: 48, to: 57 }],
4959 WORDS = () =>
4960 [
4961 { type: a.CHAR, value: 95 },
4962 { type: a.RANGE, from: 97, to: 122 },
4963 { type: a.RANGE, from: 65, to: 90 },
4964 ].concat(INTS()),
4965 WHITESPACE = () => [
4966 { type: a.CHAR, value: 9 },
4967 { type: a.CHAR, value: 10 },

Callers 1

Calls 2

INTSFunction · 0.85
concatMethod · 0.80

Tested by

no test coverage detected