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

Function createNodes

frontend/public/swagger-ui-bundle.js:2403–2410  ·  view source on GitHub ↗
(s, o, i, a)

Source from the content-addressed store, hash-verified

2401 )
2402 }
2403 function createNodes(s, o, i, a) {
2404 s || (s = new OwnerID())
2405 for (var u = new ValueNode(s, hash(i), [i, a]), _ = 0; _ < o.length; _++) {
2406 var w = o[_]
2407 u = u.update(s, 0, void 0, w[0], w[1])
2408 }
2409 return u
2410 }
2411 function packNodes(s, o, i, a) {
2412 for (
2413 var u = 0, _ = 0, w = new Array(i), x = 0, C = 1, j = o.length;

Callers 1

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected