(&self, server_id: &str)
| 83 | .await |
| 84 | } |
| 85 | |
| 86 | pub async fn get(&self, server_id: &str) -> Result<Option<DirectoryServerRecord>> { |
| 87 | self.directory.get(server_id).await |
| 88 | } |
| 89 | |
| 90 | pub async fn set_token_hash(&self, server_id: &str, token_hash: &str) -> Result<()> { |
no outgoing calls
no test coverage detected