MCPcopy Index your code
hub / github.com/ionic-team/capacitor / copyShell

Function copyShell

cli/src/tasks/copy.ts:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 };
212
213 const copyShell = (): Promise<void> => {
214 return copyWebDir(config, resolve(nativeAbsDir, federatedConfig.shell.name), config.app.webDirAbs);
215 };
216
217 await Promise.all([...copyApps(), copyShell()]);
218 }

Callers 1

copyFederatedWebDirsFunction · 0.85

Calls 1

copyWebDirFunction · 0.85

Tested by

no test coverage detected