| 714 | } |
| 715 | |
| 716 | void ScratchEvidence::ClearFeatureEvidence(const INT_CLASS class_template) { |
| 717 | memset(feature_evidence_, 0, |
| 718 | class_template->NumConfigs * sizeof(feature_evidence_[0])); |
| 719 | } |
| 720 | |
| 721 | /** |
| 722 | * Print debugging information for Configuations |
no outgoing calls
no test coverage detected