MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / appendTarget

Method appendTarget

tools/mcmanifest.js:2382–2384  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

2380 this.appendFile(tool.resourcesFiles, target + parts.extension, source, include);
2381 }
2382 appendTarget(target) {
2383 this.appendFolder(this.tool.resourcesFolders, target);
2384 }
2385 noFilesMatch(source) {
2386 this.tool.reportWarning(null, 0, "no resources match: " + source);
2387 }

Callers

nothing calls this directly

Calls 1

appendFolderMethod · 0.45

Tested by

no test coverage detected