(project, id, browser)
| 156 | return result |
| 157 | }, |
| 158 | async getModuleGraph(project, id, browser): Promise<ModuleGraphData> { |
| 159 | return getModuleGraph(ctx, project, id, browser) |
| 160 | }, |
| 161 | async updateSnapshot(file?: File) { |
| 162 | // silently ignore exec/write attempts if not allowed |
| 163 | // this function both executes the code and write snapshots |
nothing calls this directly
no test coverage detected