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

Function makeSet

frontend/public/swagger-ui-bundle.js:4077–4080  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

4075 : s.__make(o)
4076 }
4077 function makeSet(s, o) {
4078 var i = Object.create(st)
4079 return ((i.size = s ? s.size : 0), (i._map = s), (i.__ownerID = o), i)
4080 }
4081 function emptySet() {
4082 return rt || (rt = makeSet(emptyMap()))
4083 }

Callers 1

emptySetFunction · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected