* @returns {boolean} whether getTypes() depends on the module's incoming connections
()
| 83 | * @returns {boolean} whether getTypes() depends on the module's incoming connections |
| 84 | */ |
| 85 | getTypesDependOnIncomingConnections() { |
| 86 | return false; |
| 87 | } |
| 88 | |
| 89 | /* istanbul ignore next */ |
| 90 | /** |
no outgoing calls
no test coverage detected