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

Function TestMaxFreqPPBInvalidClock

clock/clock_test.go:43–46  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

41}
42
43func TestMaxFreqPPBInvalidClock(t *testing.T) {
44 _, _, err := MaxFreqPPB(-1)
45 require.Error(t, err)
46}

Callers

nothing calls this directly

Calls 2

MaxFreqPPBFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…