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

Method appendPIO

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

Source from the content-addressed store, hash-verified

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);
2316 }
2317 appendSource(target, source, include, suffix, parts, kind, query) {
2318 var tool = this.tool;
2319 if (kind < 0) {

Callers 1

appendSourceMethod · 0.95

Calls 1

appendFileMethod · 0.45

Tested by

no test coverage detected