(&self)
| 308 | } |
| 309 | |
| 310 | pub fn version(&self) -> u32 { |
| 311 | match self { |
| 312 | BinaryIndexedView::Module(module) => module.version(), |
| 313 | BinaryIndexedView::Script(script) => script.version(), |
| 314 | } |
| 315 | } |
| 316 | } |
| 317 | |
| 318 | const EMPTY_SIGNATURE: &Signature = &Signature(vec![]); |
no outgoing calls
no test coverage detected