MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Float64ToUint64

Function Float64ToUint64

IceFireDB-SQLite/utils/zeroalloc.go:25–27  ·  view source on GitHub ↗
(val float64)

Source from the content-addressed store, hash-verified

23}
24
25func Float64ToUint64(val float64) uint64 {
26 return *(*uint64)(unsafe.Pointer(&val))
27}

Callers 2

ParseTextMethod · 0.92
ParseBinaryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected