Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFiles
Method · 0.80
onPageLoad
Method · 0.80
getFiles
Method · 0.80
sendFile
Method · 0.80
page2
Method · 0.80
sendFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected