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

Method prepareProp

tools/nodered2mcu.js:1816–1818  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

1814 });
1815 }
1816 prepareProp(prop) {
1817 return this.splitProp(prop).join("");
1818 }
1819 createPropPath(prop, code, indent) {
1820 const parts = this.splitProp(prop);
1821 if (parts.length > 1) {

Callers 2

prepareNodeMethod · 0.80
resolveValueMethod · 0.80

Calls 1

splitPropMethod · 0.80

Tested by

no test coverage detected