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

Method shift

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

Source from the content-addressed store, hash-verified

29434 return this.elements.some((o) => o.equals(s))
29435 }
29436 shift() {
29437 return this.elements.shift()
29438 }
29439 unshift(s) {
29440 this.elements.unshift(this.refract(s))
29441 }

Callers 9

shiftMethod · 0.45
proceedFunction · 0.45
XcFunction · 0.45
bdFunction · 0.45
fromListFunction · 0.45
deserialiseMethod · 0.45
sMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected