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

Function mapOfInterface

fbclock/daemon/math.go:265–271  ·  view source on GitHub ↗
(m map[string][]float64)

Source from the content-addressed store, hash-verified

263}
264
265func mapOfInterface(m map[string][]float64) map[string]any {
266 mm := make(map[string]any, len(m))
267 for k, v := range m {
268 mm[k] = v
269 }
270 return mm
271}

Callers 3

TestMapOfInterfaceFunction · 0.85
calcWMethod · 0.85
calcDriftPPBMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestMapOfInterfaceFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…