ControlKnobs returns the control knobs for this node.
()
| 188 | |
| 189 | // ControlKnobs returns the control knobs for this node. |
| 190 | func (s *System) ControlKnobs() *controlknobs.Knobs { |
| 191 | return &s.controlKnobs |
| 192 | } |
| 193 | |
| 194 | // ProxyMapper returns the ephemeral ip:port mapper. |
| 195 | func (s *System) ProxyMapper() *proxymap.Mapper { |
no outgoing calls
no test coverage detected