MCPcopy Index your code
hub / github.com/flet-dev/flet / do_clone

Function do_clone

sdk/python/examples/community/mind_queue/main.py:132–136  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

130 show_system(system_name)
131
132 async def do_clone(e):
133 close_current_dialog()
134 clone_system(system_name)
135 await asyncio.sleep(0)
136 show_dashboard()
137
138 dlg = ft.AlertDialog(
139 modal=True,

Callers

nothing calls this directly

Calls 5

close_current_dialogFunction · 0.85
clone_systemFunction · 0.85
show_dashboardFunction · 0.85
clone_taskFunction · 0.85
show_systemFunction · 0.85

Tested by

no test coverage detected