MCPcopy 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
36func NewAPIStream() *APIStream {
37 return &APIStream{}
38}
39
40func (this *APIStream) Start() {
41 events.OnKey(events.EventQuit, this, func() {

Callers 2

StartMethod · 0.85
TestAPIStream_StartFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAPIStream_StartFunction · 0.68