Set the code change statistics.
(mut self, stats: CodeChangeStats)
| 598 | |
| 599 | /// Set the code change statistics. |
| 600 | pub fn code_changes(mut self, stats: CodeChangeStats) -> Self { |
| 601 | self.code_changes = stats; |
| 602 | self |
| 603 | } |
| 604 | |
| 605 | /// Add a model usage entry. |
| 606 | pub fn add_model(mut self, usage: ModelUsage) -> Self { |
no outgoing calls
no test coverage detected