Finish construction of the `CompiledFunctionsTable`.
(self)
| 232 | |
| 233 | /// Finish construction of the `CompiledFunctionsTable`. |
| 234 | pub fn finish(self) -> CompiledFunctionsTable { |
| 235 | self.inner |
| 236 | } |
| 237 | } |
| 238 | |
| 239 | #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, Serialize, Deserialize)] |
no outgoing calls
no test coverage detected