MCPcopy Create free account
hub / github.com/facebook/time / Uint32AsFloat

Function Uint32AsFloat

fbclock/types.go:106–108  ·  view source on GitHub ↗

Uint32AsFloat restores float that was stored as a multiplier of 2**16

(val uint32)

Source from the content-addressed store, hash-verified

104 return maps.Clone(s.errCauses)
105}
106
107// Close cleans up Shm resources
108func (s *Shm) Close() error {
109 if s.File != nil {
110 return s.File.Close()
111 }

Callers 4

ReadFBClockDataFunction · 0.85
readClockDataV2Function · 0.85
ReadFBClockDataV1Function · 0.85
clockDataV2FromCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…