(entry)
| 628 | } |
| 629 | |
| 630 | getOrCreateSourceInfo(entry) { |
| 631 | return entry.source ?? (entry.source = new SourceInfo()); |
| 632 | } |
| 633 | |
| 634 | addScriptSource(id, url, source) { |
| 635 | const script = this.getOrCreateScript(id); |
no outgoing calls
no test coverage detected