(signed_asserts: Signatures)
| 50 | } |
| 51 | |
| 52 | pub fn api_get_assertions_from_signature(signed_asserts: Signatures) -> Assertions { |
| 53 | get_assertions_from_signature(signed_asserts) |
| 54 | } |
| 55 | |
| 56 | pub mod type_conversion_utils { |
| 57 | use super::*; |
nothing calls this directly
no test coverage detected