MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / flushContinuousNative

Method flushContinuousNative

framefileio.cpp:1678–1685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1676}
1677
1678bool FrameFileIO::flushContinuousNative()
1679{
1680 if (continuousFile.isOpen())
1681 {
1682 return continuousFile.flush();
1683 }
1684 return false;
1685}
1686
1687
1688bool FrameFileIO::isGenericCSVFile(QString filename)

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected