Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
func
TestMaxFreqPPBInvalidClock(t *testing.T) {
44
_, _, err := MaxFreqPPB(-1)
45
require.Error(t, err)
46
}
Callers
nothing calls this directly
Calls
2
MaxFreqPPB
Function · 0.85
Error
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…