MCPcopy Index your code
hub / github.com/simstudioai/sim / allChildren

Method allChildren

apps/sim/lib/pptx-renderer/parser/xml-parser.ts:74–76  ·  view source on GitHub ↗

All direct child elements as SafeXmlNode[].

()

Source from the content-addressed store, hash-verified

72
73 /** All direct child elements as SafeXmlNode[]. */
74 allChildren(): SafeXmlNode[] {
75 return this.children()
76 }
77
78 /** The localName of the underlying element, or empty string. */
79 get localName(): string {

Callers 15

renderShapeFunction · 0.80
applyDuotoneFilterFunction · 0.80
buildColorCacheKeyFunction · 0.80
collectModifiersFunction · 0.80
resolveColorUncachedFunction · 0.80
parseTemplateShapesFunction · 0.80
resolveGradientStopFunction · 0.80
parseChartStyleIdFunction · 0.80
hasColorNodeFunction · 0.80
inferPathExtentFunction · 0.80
renderCustomGeometryFunction · 0.80

Calls 1

childrenMethod · 0.95

Tested by

no test coverage detected