导出为JSON格式
(&self)
| 180 | |
| 181 | /// 导出为JSON格式 |
| 182 | pub fn to_json(&self) -> serde_json::Result<String> { |
| 183 | serde_json::to_string_pretty(self) |
| 184 | } |
| 185 | |
| 186 | /// 获取统计信息 |
| 187 | pub fn get_stats(&self) -> &CodeGraphStats { |
no outgoing calls
no test coverage detected