| 76 | /// field to the requested pubkey (see `KeyedFieldProof`). All other requests |
| 77 | /// carry a single proof in `field` with `key: None`. |
| 78 | fn generate_state_proofs( |
| 79 | proof_tree: &SszStateTree, |
| 80 | validator_keys: &[[u8; 32]], |
| 81 | keys: &[SszStateKey], |
| 82 | ) -> Vec<Option<StateProofEntry>> { |
| 83 | keys.iter() |
| 84 | .map(|key| match key { |
nothing calls this directly
no outgoing calls
no test coverage detected