MCPcopy
hub / github.com/istio/istio / RunComponent

Method RunComponent

pilot/pkg/server/instance.go:37–37  ·  view source on GitHub ↗

RunComponent adds the given component to the server's run queue.

(name string, t Component)

Source from the content-addressed store, hash-verified

35
36 // RunComponent adds the given component to the server's run queue.
37 RunComponent(name string, t Component)
38
39 // RunComponentAsync runs the given component asynchronously.
40 RunComponentAsync(name string, t Component)

Callers 4

TestStartWithErrorFunction · 0.65
TestStartWithNoErrorFunction · 0.65
addStartFuncMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestStartWithErrorFunction · 0.52
TestStartWithNoErrorFunction · 0.52