MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / TestAPIStream_Start

Function TestAPIStream_Start

internal/nodes/api_stream_test.go:8–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func TestAPIStream_Start(t *testing.T) {
9 if !testutils.IsSingleTesting() {
10 return
11 }
12
13 apiStream := NewAPIStream()
14 apiStream.Start()
15}

Callers

nothing calls this directly

Calls 3

StartMethod · 0.95
IsSingleTestingFunction · 0.92
NewAPIStreamFunction · 0.85

Tested by

no test coverage detected