Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeBendKit/codeseek
/ export_json
Method
export_json
rust-core/src/services/analyzer.rs:295–297 ·
view source on GitHub ↗
导出为JSON格式
(&self)
Source
from the content-addressed store, hash-verified
293
294
/// 导出为JSON格式
295
pub fn export_json(&self) -> Option<Result<String, serde_json::Error>> {
296
self.code_graph.as_ref().map(|cg| cg.to_json())
297
}
298
}
299
300
impl Default for CodeAnalyzer {
Callers
nothing calls this directly
Calls
1
to_json
Method · 0.45
Tested by
no test coverage detected