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

Function NewFBClock

fbclock/fbclock.go:61–63  ·  view source on GitHub ↗

NewFBClock returns new FBClock wrapper

()

Source from the content-addressed store, hash-verified

59
60// NewFBClock returns new FBClock wrapper
61func NewFBClock() (*FBClock, error) {
62 return NewFBClockCustom(C.FBCLOCK_PATH)
63}
64
65// NewFBClockV2 returns new FBClock wrapper using v2 data structure
66func NewFBClockV2() (*FBClock, error) {

Callers

nothing calls this directly

Calls 1

NewFBClockCustomFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…