Get the total required size for the code.
(&self)
| 1902 | |
| 1903 | /// Get the total required size for the code. |
| 1904 | pub fn total_size(&self) -> CodeOffset { |
| 1905 | self.data.len() as CodeOffset |
| 1906 | } |
| 1907 | |
| 1908 | /// Return the code in this mach buffer as a hex string for testing purposes. |
| 1909 | pub fn stringify_code_bytes(&self) -> String { |