| 121 | } |
| 122 | |
| 123 | void SetProcessHandle(void* handle) |
| 124 | { |
| 125 | g_processHandle = handle; |
| 126 | } |
| 127 | |
| 128 | // ===== XML字段提取 ===== |
| 129 | XmlFields ExtractXmlFields(const std::string& xml, XmlType xmlType) |
nothing calls this directly
no outgoing calls
no test coverage detected