MCPcopy Index your code
hub / github.com/archlinux/archinstall / _confirm

Function _confirm

archinstall/main.py:90–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 group.set_preview_for_all(lambda _: content)
89
90 async def _confirm() -> bool:
91 result = await Confirmation(
92 header=header,
93 allow_skip=False,
94 group=group,
95 preview_header='Log content',
96 preview_location='bottom',
97 ).show()
98 return result.get_value()
99
100 result = tui.run(_confirm)
101

Callers

nothing calls this directly

Calls 3

ConfirmationClass · 0.90
showMethod · 0.45
get_valueMethod · 0.45

Tested by

no test coverage detected