Get a reference to the compiled function metadata.
(&self)
| 197 | |
| 198 | /// Get a reference to the compiled function metadata. |
| 199 | pub fn metadata(&self) -> &CompiledFunctionMetadata { |
| 200 | &self.metadata |
| 201 | } |
| 202 | |
| 203 | /// Set the value labels ranges in the function's metadata. |
| 204 | pub fn set_value_labels_ranges(&mut self, ranges: ValueLabelsRanges) { |
no outgoing calls