(&self)
| 551 | |
| 552 | impl Callable for PosCapture { |
| 553 | fn metadata(&self) -> Rc<CallableMetadata> { |
| 554 | self.metadata.clone() |
| 555 | } |
| 556 | |
| 557 | fn exec(&self, scope: Scope<'_>) -> CallResult<()> { |
| 558 | let mut positions = self.positions.borrow_mut(); |
no outgoing calls
no test coverage detected