Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ NewAPIStream
Function
NewAPIStream
internal/nodes/api_stream.go:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
NewAPIStream() *APIStream {
37
return
&APIStream{}
38
}
39
40
func
(this *APIStream) Start() {
41
events.OnKey(events.EventQuit, this,
func
() {
Callers
2
Start
Method · 0.85
TestAPIStream_Start
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestAPIStream_Start
Function · 0.68