Enter a child branch (with a fresh counter); returns a reset token.
(path: CallKey)
| 45 | |
| 46 | |
| 47 | def use_branch(path: CallKey): |
| 48 | """Enter a child branch (with a fresh counter); returns a reset token.""" |
| 49 | return _current.set(Branch(path)) |
| 50 | |
| 51 | |
| 52 | def reset_branch(token) -> None: |
no test coverage detected