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

Function visitor_visit

frontend/public/swagger-ui-bundle.js:42789–42796  ·  view source on GitHub ↗
(s, o, { keyMap: i = np, ...a } = {})

Source from the content-addressed store, hash-verified

42787 return this.predicate(s) ? (this.result.push(s), this.returnOnTrue) : this.returnOnFalse
42788 }
42789 }
42790 const visitor_visit = (s, o, { keyMap: i = np, ...a } = {}) =>
42791 visit(s, o, {
42792 keyMap: i,
42793 nodeTypeGetter: visitor_getNodeType,
42794 nodePredicate: rp,
42795 nodeCloneFn: visitor_cloneNode,
42796 ...a,
42797 })
42798 visitor_visit[Symbol.for('nodejs.util.promisify.custom')] = async (
42799 s,

Calls 1

visitFunction · 0.85

Tested by

no test coverage detected