(expect: str, *, skip: int = 0)
| 399 | |
| 400 | |
| 401 | def assert_github_state(expect: str, *, skip: int = 0) -> None: |
| 402 | assert_expected_inline(dump_github(), expect, skip=skip + 1) |
| 403 | |
| 404 | |
| 405 | def is_direct() -> bool: |
nothing calls this directly
no test coverage detected