Add a file operation to the context (semantic layer). # Arguments `ops` - The file operation to add
(&mut self, ops: FileOps)
| 184 | /// |
| 185 | /// * `ops` - The file operation to add |
| 186 | pub fn add_file_ops(&mut self, ops: FileOps) { |
| 187 | self.file_ops.push(ops); |
| 188 | } |
| 189 | |
| 190 | /// Add a dependency. |
| 191 | /// |