MCPcopy
hub / github.com/graphif/project-graph / toString

Method toString

app/src/utils/xml.tsx:99–101  ·  view source on GitHub ↗

* 将XML文档转换为字符串。 * @returns XML字符串

()

Source from the content-addressed store, hash-verified

97 * @returns XML字符串
98 */
99 toString() {
100 return new XMLSerializer().serializeToString(this.document);
101 }
102
103 /**
104 * 获取当前XML文档对象。

Callers 15

ProjectTabs.tsxFile · 0.45
closeTabFunction · 0.45
AppFunction · 0.45
RecentFilesSectionFunction · 0.45
DrawingColorLineFunction · 0.45
renderSetPenStrokeColorFunction · 0.45
renderUserColorBarFunction · 0.45
SettingFieldFunction · 0.45
sha256HexFunction · 0.45
ColorWindowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected