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

Method unshift

frontend/public/swagger-ui-bundle.js:29439–29441  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

29437 return this.elements.shift()
29438 }
29439 unshift(s) {
29440 this.elements.unshift(this.refract(s))
29441 }
29442 push(s) {
29443 return (this.elements.push(this.refract(s)), this)
29444 }

Callers 15

detectMethod · 0.45
unshiftMethod · 0.45
oeFunction · 0.45
wfFunction · 0.45
_addListenerFunction · 0.45
addChunkFunction · 0.45
_highlightFunction · 0.45
highlightAutoFunction · 0.45
UrlFunction · 0.45
createLineElementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected