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

Method push

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

Source from the content-addressed store, hash-verified

29440 this.elements.unshift(this.refract(s))
29441 }
29442 push(s) {
29443 return (this.elements.push(this.refract(s)), this)
29444 }
29445 add(s) {
29446 this.push(s)
29447 }

Callers 15

addMethod · 0.95
detectMethod · 0.45
compactMapMethod · 0.45
pushMethod · 0.45
findElementsMethod · 0.45
constructorMethod · 0.45
mergeIntoMapWithFunction · 0.45
mergeIntoListWithFunction · 0.45
groupByFactoryFunction · 0.45
flattenFactoryFunction · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected