Returns the data associated with the specified constant.
(&self, c: VCodeConstant)
| 1898 | |
| 1899 | /// Returns the data associated with the specified constant. |
| 1900 | pub fn get(&self, c: VCodeConstant) -> &VCodeConstantData { |
| 1901 | &self.constants[c] |
| 1902 | } |
| 1903 | |
| 1904 | /// Checks if the given [VCodeConstantData] is registered as |
| 1905 | /// used by the pool. |
no outgoing calls
no test coverage detected