(path)
| 331 | onFrameChanged(name, value) { |
| 332 | } |
| 333 | onImport(path) { |
| 334 | } |
| 335 | onInstrumentDescriptions(descriptions) { |
| 336 | this.instruments = descriptions.map(description => ({ name: description.name, unit: description.value })); |
| 337 | } |
no outgoing calls
no test coverage detected