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

Function updateNode

frontend/public/swagger-ui-bundle.js:2380–2386  ·  view source on GitHub ↗
(s, o, i, a, u, _, w, x)

Source from the content-addressed store, hash-verified

2378 : emptyMap()
2379 }
2380 function updateNode(s, o, i, a, u, _, w, x) {
2381 return s
2382 ? s.update(o, i, a, u, _, w, x)
2383 : _ === j
2384 ? s
2385 : (SetRef(x), SetRef(w), new ValueNode(o, a, [u, _]))
2386 }
2387 function isLeafNode(s) {
2388 return s.constructor === ValueNode || s.constructor === HashCollisionNode
2389 }

Callers 2

updateMapFunction · 0.85

Calls 1

SetRefFunction · 0.85

Tested by

no test coverage detected