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

Method filterZephyrConfig

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

Source from the content-addressed store, hash-verified

1041 this.config = config;
1042 }
1043 filterZephyrConfig(config) {
1044 if (this.platform == "zephyr")
1045 this.mergeProperties(config, this.zephyrConfig);
1046 }
1047 filterZephyrShields(config) {
1048 if (this.platform == "zephyr")
1049 this.mergeProperties(config, this.zephyrShields);

Callers 1

runMethod · 0.80

Calls 1

mergePropertiesMethod · 0.80

Tested by

no test coverage detected