Skip to main content

validate_citations

Function validate_citations 

Source
pub fn validate_citations(citations: &[Citation]) -> Result<()>
Expand description

v0.7.0 Form 4 โ€” validate the full citations vector.

Caps the count at [MAX_CITATIONS_PER_MEMORY] and delegates each entry to validate_citation.

ยงErrors

Returns the first failure encountered.