pub fn calculate_tool_statistics(
invocations: &[ToolInvocation],
) -> HashMap<String, ToolStatistics>Expand description
Calculate tool statistics from invocations Replaced by Analyzer::calculate_tool_statistics - kept for compatibility
pub fn calculate_tool_statistics(
invocations: &[ToolInvocation],
) -> HashMap<String, ToolStatistics>Calculate tool statistics from invocations Replaced by Analyzer::calculate_tool_statistics - kept for compatibility