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

Function value_visitor_visit

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

Source from the content-addressed store, hash-verified

42810 const nodeTypeGetter = (s) =>
42811 'string' == typeof (null == s ? void 0 : s.type) ? s.type : visitor_getNodeType(s),
42812 sp = { EphemeralObject: ['content'], EphemeralArray: ['content'], ...np },
42813 value_visitor_visit = (s, o, { keyMap: i = sp, ...a } = {}) =>
42814 visitor_visit(s, o, {
42815 keyMap: i,
42816 nodeTypeGetter,
42817 nodePredicate: es_T,
42818 detectCycles: !1,
42819 deleteNodeSymbol: Symbol.for('delete-node'),
42820 skipVisitingNodeSymbol: Symbol.for('skip-visiting-node'),
42821 ...a,
42822 })
42823 value_visitor_visit[Symbol.for('nodejs.util.promisify.custom')] = async (
42824 s,

Callers 1

serializers_valueFunction · 0.85

Calls 1

visitor_visitFunction · 0.85

Tested by

no test coverage detected