Get the `DataDeclaration` for the data object named by `name`.
(&self, data_id: DataId)
| 725 | |
| 726 | /// Get the `DataDeclaration` for the data object named by `name`. |
| 727 | pub fn get_data_decl(&self, data_id: DataId) -> &DataDeclaration { |
| 728 | &self.data_objects[data_id] |
| 729 | } |
| 730 | |
| 731 | /// Declare a function in this module. |
| 732 | pub fn declare_function( |
no outgoing calls
no test coverage detected