MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / TestDAUManager_TestInspect

Function TestDAUManager_TestInspect

internal/stats/dau_manager_test.go:84–92  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

82}
83
84func TestDAUManager_TestInspect(t *testing.T) {
85 var manager = stats.NewDAUManager()
86 err := manager.Init()
87 if err != nil {
88 t.Fatal(err)
89 }
90
91 manager.TestInspect(t)
92}
93
94func TestDAUManager_Truncate(t *testing.T) {
95 var manager = stats.NewDAUManager()

Callers

nothing calls this directly

Calls 3

NewDAUManagerFunction · 0.92
InitMethod · 0.65
TestInspectMethod · 0.45

Tested by

no test coverage detected