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

Method push

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

Source from the content-addressed store, hash-verified

909 this.content.unshift(this.refract(s))
910 }
911 push(s) {
912 return (this.content.push(this.refract(s)), this)
913 }
914 add(s) {
915 this.push(s)
916 }

Callers 1

addMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected