(ts: SystemTime)
| 1405 | } |
| 1406 | |
| 1407 | pub(crate) fn encode_ts(ts: SystemTime) -> u64 { |
| 1408 | ts.duration_since(UNIX_EPOCH).unwrap_or_default().as_secs() |
| 1409 | } |
| 1410 | |
| 1411 | pub struct RpcHandler { |
| 1412 | remote_app_id: Option<Vec<u8>>, |
no outgoing calls
no test coverage detected