Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
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
Start
Method · 0.95
IsSingleTesting
Function · 0.92
NewAPIStream
Function · 0.85
Tested by
no test coverage detected