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

Method appendTarget

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

Source from the content-addressed store, hash-verified

2185 this.appendFile(tool.pioFiles, target, source, include);
2186 }
2187 appendTarget(target) {
2188 this.appendFolder(this.tool.jsFolders, target);
2189 }
2190 noFilesMatch(source, star) {
2191 this.tool.reportWarning(null, 0, "no modules match: " + source);
2192 }

Callers

nothing calls this directly

Calls 1

appendFolderMethod · 0.45

Tested by

no test coverage detected