MCPcopy 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
11func 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

IsSingleTestingFunction · 0.92
NewClockManagerFunction · 0.92
LogMethod · 0.80
ReadServerMethod · 0.80

Tested by

no test coverage detected