MCPcopy Create free account
hub / github.com/CodeBendKit/codeseek / update_stats

Method update_stats

rust-core/src/codegraph/graph.rs:192–195  ·  view source on GitHub ↗

更新统计信息

(&mut self)

Source from the content-addressed store, hash-verified

190
191 /// 更新统计信息
192 pub fn update_stats(&mut self) {
193 self.stats.total_files = self.file_functions.len();
194 self.stats.total_languages = self.stats.languages.len();
195 }
196}
197
198impl Default for CodeGraph {

Callers 8

mainFunction · 0.45
build_code_graphMethod · 0.45
refresh_fileMethod · 0.45

Calls

no outgoing calls