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

Method unshift

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

Source from the content-addressed store, hash-verified

906 return this.content.shift()
907 }
908 unshift(s) {
909 this.content.unshift(this.refract(s))
910 }
911 push(s) {
912 return (this.content.push(this.refract(s)), this)
913 }

Callers

nothing calls this directly

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected