Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cgsecurity/testdisk
/ interface_editor
Function
interface_editor
src/edit.c:318–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
#endif
317
318
void interface_editor(disk_t *disk)
319
{
320
#ifdef HAVE_NCURSES
321
interface_editor_ncurses(disk);
322
#endif
323
}
Callers
1
menu_disk_ncurses
Function · 0.85
Calls
1
interface_editor_ncurses
Function · 0.85
Tested by
no test coverage detected