Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
func
newActiveSet() *activeSet {
129
return
&activeSet{
130
set: make(
map
[string]bool),
131
}
132
}
133
134
// add name as an active process
135
func
(as *activeSet) add(name string) {
Callers
1
SingleStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected