Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ emptySet
Function
emptySet
frontend/public/swagger-ui-bundle.js:4081–4083 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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
}
4084
function
OrderedSet(s) {
4085
return
null == s
4086
? emptyOrderedSet()
Callers
1
Set
Function · 0.85
Calls
2
makeSet
Function · 0.85
emptyMap
Function · 0.85
Tested by
no test coverage detected