(&self)
| 371 | } |
| 372 | |
| 373 | fn get_keep_init_func(&self) -> bool { |
| 374 | match self.keep_init_func { |
| 375 | Some(keep) => keep.unwrap_or(true), |
| 376 | None => DEFAULT_KEEP_INIT_FUNC, |
| 377 | } |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | /// Abstract ability to load state from a WebAssembly instance after it's been |
no outgoing calls
no test coverage detected