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