Get a reference to the file operations.
(&self)
| 216 | |
| 217 | /// Get a reference to the file operations. |
| 218 | pub fn file_ops(&self) -> &[FileOps] { |
| 219 | &self.hashed.file_ops |
| 220 | } |
| 221 | |
| 222 | /// Check if this change has semantic layer operations. |
| 223 | pub fn has_file_ops(&self) -> bool { |
no outgoing calls