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

Method Sample

phc/pps_source.go:70–70  ·  view source on GitHub ↗
(offset int64, localTs uint64)

Source from the content-addressed store, hash-verified

68// ServoController abstracts away servo
69type ServoController interface {
70 Sample(offset int64, localTs uint64) (float64, servo.State)
71 Unlock()
72}
73

Implementers 3

MockServoControllerphc/pps_mock_test.go
PiServoservo/pi.go

Calls

no outgoing calls