MCPcopy
hub / github.com/istio/istio / Build

Method Build

pkg/test/framework/components/echo/deployment/builder.go:71–71  ·  view source on GitHub ↗

Build and initialize all Echo Instances. Upon returning, the Instance pointers are assigned and all Instances are ready to communicate with each other.

()

Source from the content-addressed store, hash-verified

69 // Build and initialize all Echo Instances. Upon returning, the Instance pointers
70 // are assigned and all Instances are ready to communicate with each other.
71 Build() (echo.Instances, error)
72 BuildOrFail(t test.Failer) echo.Instances
73}
74

Callers 15

TestSynchronousFunction · 0.65
TestParallelFunction · 0.65
TestMixFunction · 0.65
NewFunction · 0.65
TestCombinedAnalyzerFunction · 0.65
collections.gen.goFile · 0.65

Implementers 1

builderpkg/test/framework/components/echo/dep

Calls

no outgoing calls

Tested by 8

TestSynchronousFunction · 0.52
TestParallelFunction · 0.52
TestMixFunction · 0.52
TestCombinedAnalyzerFunction · 0.52
TestBuildFunction · 0.52
TestGRPCFunction · 0.52
TestClientNoCRDsFunction · 0.52
TestClientDelayedCRDsFunction · 0.52