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

Method Error

phc/adjtime.go:34–36  ·  view source on GitHub ↗

Error implements the error interface

()

Source from the content-addressed store, hash-verified

32
33// Error implements the error interface
34func (e *errorClockState) Error() string {
35 return fmt.Sprintf("clock %q state %d is not TIME_OK", e.path, e.st)
36}
37
38// freqPPBFromDevice reads PHC device frequency in PPB
39func freqPPBFromDevice(dev *Device) (freqPPB float64, err error) {

Calls

no outgoing calls