()
| 522 | } |
| 523 | const core = Object.assign(new MockCore(), { |
| 524 | getState() { |
| 525 | return { files, plugins: {} } |
| 526 | }, |
| 527 | getFile(id) { |
| 528 | return files[id] |
| 529 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…