Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ isNaN
Function
isNaN
pkg/executionplan/types_test.go:425–427 ·
view source on GitHub ↗
(f float64)
Source
from the content-addressed store, hash-verified
423
}
424
425
func
isNaN(f float64) bool {
426
return
f != f
427
}
428
429
func
TestGenerateIDs(t *testing.T) {
430
// Test that IDs have expected prefixes
Callers
5
TestSummaryEmptyPlan
Function · 0.85
getData
Function · 0.85
setData
Function · 0.85
hasPath
Function · 0.85
deleteData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected