Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarlinFirmware/Marlin
/ extIsBIN
Function
extIsBIN
Marlin/src/sd/cardreader.cpp:205–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
inline bool extIsBIN(char *ext) {
206
return ext[0] ==
'B'
&& ext[1] ==
'I'
&& ext[2] ==
'N'
;
207
}
208
209
//
210
// Return
'true'
if the item is a folder, G-code file or Binary file
Callers
3
is_visible_entity
Method · 0.85
selectFileByIndex
Method · 0.85
selectFileByName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected