MCPcopy Create free account
hub / github.com/OpenKeyring/oak-keyring / validate_items

Function validate_items

src/services/import_export/validation.rs:356–410  ·  view source on GitHub ↗

Validates a batch of parsed items against the given rules. Each item is evaluated via [`validate_item`]. Items are classified into three categories: - **importable**: all rules pass, - **needs_review**: at least one `NeedsReview` result but no `Fail`, - **failed**: at least one `Fail` result. For items that need review or fail, only the first relevant result is recorded to keep the summary conci

(items: &[ParsedItem], rules: &[ValidationRule])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 4

validate_itemFunction · 0.85
iterMethod · 0.80
lenMethod · 0.45
getMethod · 0.45