(direction)
| 276 | } |
| 277 | |
| 278 | startTrace(direction) { |
| 279 | if (undefined === this.traceLevel) |
| 280 | return; |
| 281 | |
| 282 | this.traceLevel = 0; |
| 283 | this.traceDirection = direction; |
| 284 | } |
| 285 | traceProtocol(protocol) { |
| 286 | if (undefined === this.traceLevel) |
| 287 | return; |
no outgoing calls
no test coverage detected