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

Function copyDevToolsDescriptionFiles

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

Source from the content-addressed store, hash-verified

166}
167
168function copyDevToolsDescriptionFiles(): void {
169 const devtoolsIssuesDescriptionPath =
170 'devtools-frontend/front_end/models/issues_manager/descriptions';
171 const sourceDir = path.join(process.cwd(), devtoolsIssuesDescriptionPath);
172 const destDir = path.join(
173 BUILD_DIR,
174 'src',
175 'third_party',
176 'issue-descriptions',
177 );
178 fs.cpSync(sourceDir, destDir, {recursive: true});
179}
180
181main();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected