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

Function strerror

fbclock/fbclock.go:38–41  ·  view source on GitHub ↗
(errCode C.int)

Source from the content-addressed store, hash-verified

36)
37
38func strerror(errCode C.int) string {
39 cStr := C.fbclock_strerror(errCode)
40 return C.GoString(cStr)
41}
42
43// FBClock wraps around fbclock C lib
44type FBClock struct {

Callers 12

NewFBClockCustomFunction · 0.85
CloseMethod · 0.85
GetTimeMethod · 0.85
GetTimeUTCMethod · 0.85
GetTimePastMethod · 0.85
GetTimePastUTCMethod · 0.85
StoreFBClockDataV1Function · 0.85
ReadFBClockDataV1Function · 0.85
StoreFBClockDataV2Function · 0.85
StoreFBClockDataRealtimeFunction · 0.85
ReadFBClockDataV2Function · 0.85
ReadFBClockDataRealtimeFunction · 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…