MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / newActiveSet

Function newActiveSet

pkg/podlogs/cluster_writer.go:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128func newActiveSet() *activeSet {
129 return &activeSet{
130 set: make(map[string]bool),
131 }
132}
133
134// add name as an active process
135func (as *activeSet) add(name string) {

Callers 1

SingleStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected