(&self)
| 414 | } |
| 415 | |
| 416 | pub fn size(&self) -> usize { |
| 417 | unsafe { BNWorkflowSize(self.handle.as_ptr()) } |
| 418 | } |
| 419 | |
| 420 | /// Retrieve the Activity object for the specified `name`. |
| 421 | pub fn activity<A: BnStrCompatible>(&self, name: A) -> Option<Ref<Activity>> { |
no outgoing calls
no test coverage detected