| 321 | // mutation, for example. |
| 322 | #[derive(Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] |
| 323 | pub struct Okey(pub ExternalId, pub RepoId); |
| 324 | |
| 325 | pub fn random_id() -> String { |
| 326 | rand::thread_rng() |
no outgoing calls
no test coverage detected