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

Function StoreFBClockData

fbclock/shmem.go:158–160  ·  view source on GitHub ↗

StoreFBClockData is a wrapper for StoreFBClockDataV2

(fd uintptr, d DataV2)

Source from the content-addressed store, hash-verified

156
157// StoreFBClockData is a wrapper for StoreFBClockDataV2
158func StoreFBClockData(fd uintptr, d DataV2) error {
159 return StoreFBClockDataV2(fd, d)
160}
161
162// StoreFBClockDataV1 will store fbclock data in shared mem,
163// fd param should be open file descriptor of that shared mem.

Callers

nothing calls this directly

Calls 1

StoreFBClockDataV2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…