(output: Self::Output)
| 24 | } |
| 25 | |
| 26 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::SyncNullifiersResponse> { |
| 27 | Ok(output) |
| 28 | } |
| 29 | |
| 30 | #[miden_instrument( |
| 31 | target = COMPONENT, |
nothing calls this directly
no outgoing calls
no test coverage detected