MCPcopy
hub / github.com/desktop/desktop / removeAndCopy

Function removeAndCopy

script/build.ts:244–247  ·  view source on GitHub ↗
(source: string, destination: string)

Source from the content-addressed store, hash-verified

242}
243
244function removeAndCopy(source: string, destination: string) {
245 rmSync(destination, { recursive: true, force: true })
246 cpSync(source, destination, { recursive: true, verbatimSymlinks: true })
247}
248
249function copyEmoji() {
250 const emojiImages = path.join(projectRoot, 'gemoji', 'images', 'emoji')

Callers 2

copyEmojiFunction · 0.85
copyCopilotDependencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected