MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / isValidFile

Function isValidFile

tools/brother120tool.cc:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static bool isValidFile(const Dirent& dirent)
244{
245 return (dirent.filename[0] & 0x80) == 0;
246}
247
248void readAllocationTable()
249{

Callers 2

checkConsistencyFunction · 0.85
listDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected