failingTestScorer 是一个总是失败的测试 Scorer
| 336 | |
| 337 | // failingTestScorer 是一个总是失败的测试 Scorer |
| 338 | type failingTestScorer struct{} |
| 339 | |
| 340 | func (f *failingTestScorer) Score(ctx context.Context, input *TextEvalInput) (*ScoreResult, error) { |
| 341 | return nil, context.Canceled |
nothing calls this directly
no outgoing calls
no test coverage detected