Raw constant bytes (no materialization).
(&self, addr: &Address)
| 47 | |
| 48 | /// Raw constant bytes (no materialization). |
| 49 | pub fn get_const_bytes(&self, addr: &Address) -> Option<Arc<[u8]>> { |
| 50 | self.inner.get_const_bytes(addr) |
| 51 | } |
| 52 | |
| 53 | /// Whether a constant is present in this view. |
| 54 | pub fn contains_const(&self, addr: &Address) -> bool { |