Function moras::modules::riscv::middleware::frontend_api::write_tab
source ยท pub fn write_tab(filepath: &str, data: &str) -> Optional
Expand description
Writes data in specific tab to the file path.
filepath
: Path to the file where data should be written.data
: Content to write to the file.
Returns Optional
indicating the success or failure of the write
operation.