(target)
| 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 | } |
nothing calls this directly
no test coverage detected