MCPcopy
hub / github.com/github/git-sizer / Run

Method Run

internal/pipe/pipeline.go:266–272  ·  view source on GitHub ↗

Run starts and waits for the commands in the pipeline.

(ctx context.Context)

Source from the content-addressed store, hash-verified

264
265// Run starts and waits for the commands in the pipeline.
266func (p *Pipeline) Run(ctx context.Context) error {
267 if err := p.Start(ctx); err != nil {
268 return err
269 }
270
271 return p.Wait()
272}

Callers 15

OutputMethod · 0.95
TestRefSelectionsFunction · 0.80
TestRefgroupsFunction · 0.80
TestTaggedTagsFunction · 0.80
TestFromSubdirFunction · 0.80
TestSubmoduleFunction · 0.80
TestPrefixFilterFunction · 0.80
TestRegexpFilterFunction · 0.80
TestIncludeExcludeFilterFunction · 0.80

Calls 2

StartMethod · 0.95
WaitMethod · 0.95

Tested by 15

TestRefSelectionsFunction · 0.64
TestRefgroupsFunction · 0.64
TestTaggedTagsFunction · 0.64
TestFromSubdirFunction · 0.64
TestSubmoduleFunction · 0.64
TestPrefixFilterFunction · 0.64
TestRegexpFilterFunction · 0.64
TestIncludeExcludeFilterFunction · 0.64