Function moras::modules::riscv::middleware::frontend_api::read_tab

source ยท
pub fn read_tab(filepath: &str) -> Optional
Expand description

Reads the content of a tab from the file at the specified path.

  • filepath: Path to the file to read.

Returns Optional containing the file content if successful, or an error message if not.