Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ TestReadServer
Function
TestReadServer
internal/utils/clock/manager_test.go:11–17 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
TestReadServer(t *testing.T) {
12
if
!testutils.IsSingleTesting() {
13
return
14
}
15
16
t.Log(clock.NewClockManager().ReadServer(
"pool.ntp.org"
))
17
}
Callers
nothing calls this directly
Calls
4
IsSingleTesting
Function · 0.92
NewClockManager
Function · 0.92
Log
Method · 0.80
ReadServer
Method · 0.80
Tested by
no test coverage detected