(mode ProtocolMode)
| 122 | } |
| 123 | |
| 124 | func protocolString(mode ProtocolMode) string { |
| 125 | if mode == "" { |
| 126 | return string(ProtocolAuto) |
| 127 | } |
| 128 | return string(mode) |
| 129 | } |
| 130 | |
| 131 | func operationModeString(mode OperationMode) string { |
| 132 | if mode == "" { |
no outgoing calls
no test coverage detected