Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1678
bool FrameFileIO::flushContinuousNative()
1679
{
1680
if (continuousFile.isOpen())
1681
{
1682
return continuousFile.flush();
1683
}
1684
return false;
1685
}
1686
1687
1688
bool FrameFileIO::isGenericCSVFile(QString filename)
Callers
nothing calls this directly
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected