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

Method shift

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

Source from the content-addressed store, hash-verified

903 })
904 }
905 shift() {
906 return this.content.shift()
907 }
908 unshift(s) {
909 this.content.unshift(this.refract(s))
910 }

Callers

nothing calls this directly

Calls 1

shiftMethod · 0.45

Tested by

no test coverage detected