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

Method step

frontend/public/swagger-ui-bundle.js:44227–44245  ·  view source on GitHub ↗
({ referenceToken: s, input: o, output: i, success: a = !0, reason: u })

Source from the content-addressed store, hash-verified

44225 (this.#t = []),
44226 (this.#r = o.realm))
44227 }
44228 step({ referenceToken: s, input: o, output: i, success: a = !0, reason: u }) {
44229 const _ = this.#t.length
44230 this.#t.push(s)
44231 const w = {
44232 referenceToken: s,
44233 referenceTokenPosition: _,
44234 input: o,
44235 inputType: this.#r.isObject(o)
44236 ? 'object'
44237 : this.#r.isArray(o)
44238 ? 'array'
44239 : 'unrecognized',
44240 output: i,
44241 success: a,
44242 }
44243 ;(u && (w.reason = u),
44244 this.#e.steps.push(w),
44245 a || ((this.#e.failed = !0), (this.#e.failedAt = _), (this.#e.message = u)))
44246 }
44247 }
44248 const zp = class EvaluationRealm {

Callers 1

es_evaluateFunction · 0.80

Calls 3

pushMethod · 0.45
isObjectMethod · 0.45
isArrayMethod · 0.45

Tested by

no test coverage detected