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

Function do_move_up

sdk/python/examples/community/mind_queue/main.py:402–405  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

400 show_system(system_name)
401
402 def do_move_up(ev):
403 close_current_dialog()
404 move_task(header, index, -1)
405 show_system(system_name)
406
407 def do_move_down(ev):
408 close_current_dialog()

Callers

nothing calls this directly

Calls 3

close_current_dialogFunction · 0.85
move_taskFunction · 0.85
show_systemFunction · 0.85

Tested by

no test coverage detected