Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.tsx
File · 0.45
closeTab
Function · 0.45
App
Function · 0.45
RecentFilesSection
Function · 0.45
DrawingColorLine
Function · 0.45
renderSetColorForSelected
Function · 0.45
renderSetPenStrokeColor
Function · 0.45
renderUserColorBar
Function · 0.45
SettingField
Function · 0.45
sha256Hex
Function · 0.45
KeyboardRecentFilesWindow
Function · 0.45
ColorWindow
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected