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

Function makeMap

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

Source from the content-addressed store, hash-verified

2346 return { node: s, index: 0, __prev: o }
2347 }
2348 function makeMap(s, o, i, a) {
2349 var u = Object.create($e)
2350 return (
2351 (u.size = s),
2352 (u._root = o),
2353 (u.__ownerID = i),
2354 (u.__hash = a),
2355 (u.__altered = !1),
2356 u
2357 )
2358 }
2359 function emptyMap() {
2360 return Te || (Te = makeMap(0))
2361 }

Callers 3

emptyMapFunction · 0.85
updateMapFunction · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected