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

Function copyDevToolsDescriptionFiles

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

Source from the content-addressed store, hash-verified

136}
137
138function copyDevToolsDescriptionFiles() {
139 const devtoolsIssuesDescriptionPath =
140 'node_modules/chrome-devtools-frontend/front_end/models/issues_manager/descriptions';
141 const sourceDir = path.join(process.cwd(), devtoolsIssuesDescriptionPath);
142 const destDir = path.join(
143 BUILD_DIR,
144 'src',
145 'third_party',
146 'issue-descriptions',
147 );
148 fs.cpSync(sourceDir, destDir, {recursive: true});
149}
150
151main();

Callers 1

mainFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…