MCPcopy 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

MapFunction · 0.85
ListFunction · 0.85
OrderedMapFunction · 0.85
resolveSizeFunction · 0.85
SetFunction · 0.85
OrderedSetFunction · 0.85

Calls 1

invariantFunction · 0.85

Tested by

no test coverage detected