MCPcopy Create free account
hub / github.com/deepflowio/deepflow / Start

Method Start

server/controller/cloud/cloud.go:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (c *Cloud) Start() {
128 go c.run()
129 go c.startKubernetesGatherTask()
130}
131
132func (c *Cloud) Stop() {
133 c.platform.ClearDebugLog()

Callers

nothing calls this directly

Calls 2

runMethod · 0.95

Tested by

no test coverage detected