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

Function includesSymbols

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

Source from the content-addressed store, hash-verified

42203 Number.isInteger(s.endPositionRow) &&
42204 Number.isInteger(s.endPositionColumn) &&
42205 Number.isInteger(s.endIndex),
42206 includesSymbols = (s, o) => {
42207 if (0 === s.length) return !0
42208 const i = o.attributes.get('symbols')
42209 return !!Mu(i) && xu(sc(i.toValue()), s)
42210 },
42211 includesClasses = (s, o) => 0 === s.length || xu(sc(o.classes.toValue()), s)
42212 const es_T = function () {

Callers

nothing calls this directly

Calls 4

getMethod · 0.65
xuFunction · 0.50
scFunction · 0.50
toValueMethod · 0.45

Tested by

no test coverage detected