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

Method appendTarget

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

Source from the content-addressed store, hash-verified

2121 this.appendFile(tool.dataFiles, target + parts.extension, source, include);
2122 }
2123 appendTarget(target) {
2124 this.appendFolder(this.tool.dataFolders, target);
2125 }
2126 noFilesMatch(source, star) {
2127 this.tool.reportWarning(null, 0, "no data match: " + source);
2128 }

Callers

nothing calls this directly

Calls 1

appendFolderMethod · 0.45

Tested by

no test coverage detected