MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / copyDevToolsDescriptionFiles

Function copyDevToolsDescriptionFiles

scripts/post-build.ts:184–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184function copyDevToolsDescriptionFiles(): void {
185 const devtoolsIssuesDescriptionPath =
186 'third_party/devtools-frontend/front_end/models/issues_manager/descriptions';
187 const sourceDir = path.join(process.cwd(), devtoolsIssuesDescriptionPath);
188 const destDir = path.join(
189 BUILD_DIR,
190 'src',
191 'third_party',
192 'issue-descriptions',
193 );
194 fs.cpSync(sourceDir, destDir, {recursive: true});
195}
196
197main();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected