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

Method appendSound

tools/mcmanifest.js:2309–2312  ·  view source on GitHub ↗
(name, path, include, suffix)

Source from the content-addressed store, hash-verified

2307 file.faces.push(face);
2308 }
2309 appendSound(name, path, include, suffix) {
2310 var tool = this.tool;
2311 this.appendFile(tool.soundFiles, name + ".maud", path, include);
2312 }
2313 appendPIO(name, path, include, suffix) {
2314 var tool = this.tool;
2315 this.appendFile(tool.pioFiles, name + ".h", path, include);

Callers 1

appendSourceMethod · 0.95

Calls 1

appendFileMethod · 0.45

Tested by

no test coverage detected