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

Method filterZephyrOverlay

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

Source from the content-addressed store, hash-verified

1049 this.mergeProperties(config, this.zephyrShields);
1050 }
1051 filterZephyrOverlay(config) {
1052 if (this.platform == "zephyr")
1053 this.mergeProperties(config, this.zephyrOverlay);
1054 }
1055 filterCreation(creation) {
1056 creation.chunk ??= {};
1057 if (!creation.chunk.initial) creation.chunk.initial = 32768;

Callers 1

runMethod · 0.80

Calls 1

mergePropertiesMethod · 0.80

Tested by

no test coverage detected