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

Method retrieveVisitor

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

Source from the content-addressed store, hash-verified

46020 const o = Qu(['visitors', ...s, 'fixedFields'], this.specObj)
46021 return 'object' == typeof o && null !== o ? Object.keys(o) : []
46022 }
46023 retrieveVisitor(s) {
46024 return Qo(Mc, ['visitors', ...s], this.specObj)
46025 ? Qu(['visitors', ...s], this.specObj)
46026 : Qu(['visitors', ...s, '$visitor'], this.specObj)
46027 }
46028 retrieveVisitorInstance(s, o = {}) {
46029 const i = this.retrievePassingOptions()

Callers 1

Calls 1

QoFunction · 0.50

Tested by

no test coverage detected