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

Method concatProperty

tools/mcmanifest.js:2710–2714  ·  view source on GitHub ↗
(array, value)

Source from the content-addressed store, hash-verified

2708 }
2709 }
2710 concatProperty(array, value) {
2711 if ((value instanceof Array) || (typeof value == "string"))
2712 return array.concat(value);
2713 return array;
2714 }
2715 createFolder(path, folder) {
2716 const names = folder.split(this.slash);
2717 for (let name of names) {

Callers 2

concatPropertiesMethod · 0.95
mergePlatformMethod · 0.95

Calls 1

concatMethod · 0.65

Tested by

no test coverage detected