Get the module instance's address
(&self)
| 176 | |
| 177 | /// Get the module instance's address |
| 178 | pub fn id(&self) -> ModuleInstanceAddr { |
| 179 | self.0.idx |
| 180 | } |
| 181 | |
| 182 | /// Instantiate the module in the given store |
| 183 | /// |
no outgoing calls
no test coverage detected