Get the frame layout, if known.
(&self)
| 1984 | |
| 1985 | /// Get the frame layout, if known. |
| 1986 | pub fn frame_layout(&self) -> Option<&MachBufferFrameLayout> { |
| 1987 | self.frame_layout.as_ref() |
| 1988 | } |
| 1989 | |
| 1990 | /// Get the list of patchable call sites for this code. |
| 1991 | /// |
no test coverage detected