MCPcopy Create free account
hub / github.com/dataease/SQLBot / replaceResult

Method replaceResult

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

Source from the content-addressed store, hash-verified

42083 get isEmpty() {
42084 return this.children.reject((s) => 'annotation' === s.element).isEmpty
42085 }
42086 replaceResult(s) {
42087 const { result: o } = this
42088 if (bc(o)) return !1
42089 const i = this.content.findIndex((s) => s === o)
42090 return -1 !== i && ((this.content[i] = s), !0)
42091 }
42092 }
42093 const Au = ParseResult,

Callers

nothing calls this directly

Calls 1

bcFunction · 0.50

Tested by

no test coverage detected