MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / checkEof

Function checkEof

src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
34
35inline void Foam::UIPstream::checkEof()
36{
37 if (externalBufPosition_ == messageSize_)
38 {
39 setEof();
40 }
41}
42
43
44template<class T>

Callers 2

UIPstream.CFile · 0.85
readFromBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected