Returns specification associated with this function.
(&'env self)
| 264 | |
| 265 | /// Returns specification associated with this function. |
| 266 | pub fn get_spec(&'env self) -> &'env Spec { |
| 267 | self.func_env.get_spec() |
| 268 | } |
| 269 | |
| 270 | /// Returns the value of a boolean pragma for this function. This first looks up a |
| 271 | /// pragma in this function, then the enclosing module, and finally uses the provided default. |
no outgoing calls