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

Method exists

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

Whether the underlying element actually exists.

()

Source from the content-addressed store, hash-verified

67
68 /** Whether the underlying element actually exists. */
69 exists(): boolean {
70 return this.el !== null
71 }
72
73 /** All direct child elements as SafeXmlNode[]. */
74 allChildren(): SafeXmlNode[] {

Callers 15

getPredefinedTableStyleFunction · 0.80
getLineEndsFromLnFunction · 0.80
renderShapeFunction · 0.80
findStyleAtLevelFunction · 0.80
findPlaceholderNodeFunction · 0.80
getPlaceholderLstStyleFunction · 0.80
mergeParagraphPropsFunction · 0.80
mergeRunPropsFunction · 0.80
resolveGradientForTextFunction · 0.80
renderTextBodyFunction · 0.80
renderImageFunction · 0.80
resolveBlipOpacityFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected