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

Method filterZephyrShields

tools/mcconfig.js:1047–1050  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

1045 this.mergeProperties(config, this.zephyrConfig);
1046 }
1047 filterZephyrShields(config) {
1048 if (this.platform == "zephyr")
1049 this.mergeProperties(config, this.zephyrShields);
1050 }
1051 filterZephyrOverlay(config) {
1052 if (this.platform == "zephyr")
1053 this.mergeProperties(config, this.zephyrOverlay);

Callers 1

runMethod · 0.80

Calls 1

mergePropertiesMethod · 0.80

Tested by

no test coverage detected