()
| 137 | } else return this.getFullFilePath() + '.sigmf-meta'; |
| 138 | } |
| 139 | getDataType() { |
| 140 | return this.global['core:datatype'] ?? ''; |
| 141 | } |
| 142 | getDataTypeDescription() { |
| 143 | return this.global['core:datatype'] |
| 144 | .replace('c', 'complex\n') |
no outgoing calls
no test coverage detected