Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
detect
Method · 0.45
unshift
Method · 0.45
oe
Function · 0.45
wf
Function · 0.45
swagger-ui-bundle.js
File · 0.45
_addListener
Function · 0.45
addChunk
Function · 0.45
_highlight
Function · 0.45
highlightAuto
Function · 0.45
Url
Function · 0.45
enumSerialiseAttributes
Method · 0.45
createLineElement
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected