MCPcopy
hub / github.com/simstudioai/sim / text

Method text

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

Get the text content, or empty string if the element is missing.

()

Source from the content-addressed store, hash-verified

61
62 /** Get the text content, or empty string if the element is missing. */
63 text(): string {
64 if (!this.el) return ''
65 return this.el.textContent ?? ''
66 }
67
68 /** Whether the underlying element actually exists. */
69 exists(): boolean {

Callers 15

tag-input.tsxFile · 0.80
index.test.tsFile · 0.80
executeToolFunction · 0.80
executeToolRequestFunction · 0.80
utils.test.tsFile · 0.80
executeRequestFunction · 0.80
opportunity_get.tsFile · 0.80
contact_update.tsFile · 0.80
people_search.tsFile · 0.80
sequence_search.tsFile · 0.80

Calls

no outgoing calls

Tested by 2

sendFunction · 0.64
testFunction · 0.64