Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ TestOCSPUpdateTask_Loop
Function
TestOCSPUpdateTask_Loop
internal/nodes/task_ocsp_update_test.go:10–16 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
8
)
9
10
func
TestOCSPUpdateTask_Loop(t *testing.T) {
11
var
task = &nodes.OCSPUpdateTask{}
12
err := task.Loop()
13
if
err != nil {
14
t.Fatal(err)
15
}
16
}
Callers
nothing calls this directly
Calls
1
Loop
Method · 0.45
Tested by
no test coverage detected