MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / longFilename

Method longFilename

Marlin/src/lcd/extui/ui_api.cpp:1143–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141 }
1142
1143 const char* FileList::longFilename() {
1144 return TERN(HAS_MEDIA, card.longFilename, "");
1145 }
1146
1147 bool FileList::isDir() {
1148 return TERN0(HAS_MEDIA, card.flag.filenameIsDir);

Callers 6

getFilesMethod · 0.80
onPageLoadMethod · 0.80
getFilesMethod · 0.80
sendFileMethod · 0.80
page2Method · 0.80
sendFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected