MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / handleChildren

Function handleChildren

modules/code-generator/src/utils/nodeToJSX.ts:368–368  ·  view source on GitHub ↗
(v: string[])

Source from the content-addressed store, hash-verified

366}
367
368const handleChildren = (v: string[]) => v.join('');
369
370export function createNodeGenerator(cfg: NodeGeneratorConfig = {}): NodeGenerator<string> {
371 const generateNode = (nodeItem: IPublicTypeNodeDataType, scope: IScope): string => {

Callers 1

generateNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…