Returns the artifact.
(&self)
| 82 | |
| 83 | /// Returns the artifact. |
| 84 | pub fn artifact(&self) -> &[u8] { |
| 85 | &self.artifact |
| 86 | } |
| 87 | |
| 88 | /// Returns the creation timestamp. |
| 89 | pub fn created_at(&self) -> Timestamp { |
no outgoing calls
no test coverage detected