MCPcopy 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
425func isNaN(f float64) bool {
426 return f != f
427}
428
429func TestGenerateIDs(t *testing.T) {
430 // Test that IDs have expected prefixes

Callers 5

TestSummaryEmptyPlanFunction · 0.85
getDataFunction · 0.85
setDataFunction · 0.85
hasPathFunction · 0.85
deleteDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected