()
| 514 | |
| 515 | |
| 516 | def empty_metadata() -> MetadataRecord: |
| 517 | return MetadataRecord( |
| 518 | title="", |
| 519 | paper_id="", |
| 520 | source_type="", |
| 521 | source_url="", |
| 522 | year="", |
| 523 | authors=[], |
| 524 | affiliations=[], |
| 525 | metadata_sources=[], |
| 526 | identity_confidence="", |
| 527 | identity_confidence_reasons=[], |
| 528 | ) |
| 529 | |
| 530 | |
| 531 | def empty_evidence_pack() -> EvidencePack: |
nothing calls this directly
no test coverage detected