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

Method hasStarted

internal/pipe/pipeline.go:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func (p *Pipeline) hasStarted() bool {
97 return atomic.LoadUint32(&p.started) != 0
98}
99
100// Add appends one or more stages to the pipeline.
101func (p *Pipeline) Add(stages ...Stage) {

Callers 4

AddMethod · 0.95
AddWithIgnoredErrorMethod · 0.95
StartMethod · 0.95
WaitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected