MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / empty_metadata

Function empty_metadata

scripts/contracts.py:516–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514
515
516def 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
531def empty_evidence_pack() -> EvidencePack:

Callers

nothing calls this directly

Calls 1

MetadataRecordClass · 0.85

Tested by

no test coverage detected