(command: any)
| 148 | } |
| 149 | |
| 150 | function isMatrixParams(command: any): boolean { |
| 151 | return typeof command === 'object' && command != null && !command.outlets && !command.segmentPath; |
| 152 | } |
| 153 | |
| 154 | /** |
| 155 | * Determines if a given command has an `outlets` map. When we encounter a command |
no outgoing calls
no test coverage detected
searching dependent graphs…