MCPcopy 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
205inline 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_entityMethod · 0.85
selectFileByIndexMethod · 0.85
selectFileByNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected