Function moras::modules::riscv::middleware::frontend_api::dump
source ยท pub fn dump(
cur_tab_name: State<'_, CurTabName>,
tab_map: State<'_, TabMap>,
) -> DumpResult
Expand description
Dump the code in the currently active tab.
cur_tab_name
: State containing the current tab name.tab_map
: State containing the map of all tabs.
Returns DumpResult
indicating whether the dump was successful.