MCPcopy
hub / github.com/ionic-team/capacitor / getAssets

Function getAssets

cli/src/plugin.ts:192–194  ·  view source on GitHub ↗
(p: Plugin, platform: string)

Source from the content-addressed store, hash-verified

190 * Get each asset tag for the given plugin
191 */
192export function getAssets(p: Plugin, platform: string): any {
193 return getAllElements(p, platform, 'asset');
194}
195
196export function getFilePath(config: Config, plugin: Plugin, path: string): string {
197 if (path.startsWith('node_modules')) {

Callers 1

copyPluginsJSFunction · 0.90

Calls 1

getAllElementsFunction · 0.85

Tested by

no test coverage detected