Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ isNonFiniteNumber
Function
isNonFiniteNumber
packages/opencode/src/tool/json-schema.ts:98–100 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
96
}
97
98
function
isNonFiniteNumber(value: unknown) {
99
return
value ===
"NaN"
|| value ===
"Infinity"
|| value ===
"-Infinity"
100
}
101
102
function
isEmptyStructUnion(items: unknown[]) {
103
return
(
Callers
1
normalize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected