(output: Self::Output)
| 19 | } |
| 20 | |
| 21 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::SyncNotesResponse> { |
| 22 | Ok(output) |
| 23 | } |
| 24 | |
| 25 | #[miden_instrument( |
| 26 | target = COMPONENT, |
nothing calls this directly
no outgoing calls
no test coverage detected