(&self)
| 157 | } |
| 158 | |
| 159 | async fn id(&self) -> String { |
| 160 | self.0.key.0.to_string() |
| 161 | } |
| 162 | |
| 163 | // Used by the JS client to highlight a link that was just added |
| 164 | async fn newly_added(&self) -> bool { |
nothing calls this directly
no outgoing calls
no test coverage detected