Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
prepareNode
Method · 0.80
resolveValue
Method · 0.80
Calls
1
splitProp
Method · 0.80
Tested by
no test coverage detected