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

Method detect

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

Source from the content-addressed store, hash-verified

541 return ((this._elements = void 0), delete this.elementMap[s], this)
542 }
543 detect(s, o, i) {
544 return (
545 void 0 === i || i
546 ? this.elementDetection.unshift([s, o])
547 : this.elementDetection.push([s, o]),
548 this
549 )
550 }
551 toElement(s) {
552 if (s instanceof this.Element) return s
553 let o

Callers 4

useDefaultMethod · 0.95
tinymce.min.jsFile · 0.80
theme.min.jsFile · 0.80
model.min.jsFile · 0.80

Calls 2

unshiftMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected