| 170 | } |
| 171 | |
| 172 | type collectionContext struct { |
| 173 | manager *streamManager |
| 174 | removed []gc.Node |
| 175 | } |
| 176 | |
| 177 | func (cc *collectionContext) All(fn func(gc.Node)) { |
| 178 | for ns, nsMap := range cc.manager.streams { |
nothing calls this directly
no outgoing calls
no test coverage detected