Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ assertNotInfinite
Function
assertNotInfinite
frontend/public/swagger-ui-bundle.js:2181–2183 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
2179
xe = 0,
2180
Pe = {}
2181
function
assertNotInfinite(s) {
2182
invariant(s !== 1 / 0,
'Cannot perform this action with an infinite size.'
)
2183
}
2184
function
Map(s) {
2185
return
null == s
2186
? emptyMap()
Callers
7
Map
Function · 0.85
List
Function · 0.85
OrderedMap
Function · 0.85
resolveSize
Function · 0.85
Set
Function · 0.85
OrderedSet
Function · 0.85
swagger-ui-bundle.js
File · 0.85
Calls
1
invariant
Function · 0.85
Tested by
no test coverage detected