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

Function emptyOrderedSet

frontend/public/swagger-ui-bundle.js:4126–4128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4124 return ((i.size = s ? s.size : 0), (i._map = s), (i.__ownerID = o), i)
4125 }
4126 function emptyOrderedSet() {
4127 return ot || (ot = makeOrderedSet(emptyOrderedMap()))
4128 }
4129 function Stack(s) {
4130 return null == s ? emptyStack() : isStack(s) ? s : emptyStack().unshiftAll(s)
4131 }

Callers 1

OrderedSetFunction · 0.85

Calls 2

makeOrderedSetFunction · 0.85
emptyOrderedMapFunction · 0.85

Tested by

no test coverage detected