Gets annotations.
(&self)
| 281 | |
| 282 | /// Gets annotations. |
| 283 | pub fn get_annotations(&self) -> &'env Annotations { |
| 284 | &self.data.annotations |
| 285 | } |
| 286 | |
| 287 | /// Gets acquired resources |
| 288 | pub fn get_acquires_global_resources(&self) -> &[StructId] { |
no outgoing calls
no test coverage detected