MCPcopy Create free account
hub / github.com/Kitware/ParaView / ParseEnd

Method ParseEnd

Remoting/ClientServerStream/vtkClientServerStream.cxx:1678–1683  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1676
1677//----------------------------------------------------------------------------
1678void vtkClientServerStream::ParseEnd()
1679{
1680 // Record completed message.
1681 this->Internal->MessageIndexes.push_back(this->Internal->StartIndex);
1682 this->Internal->StartIndex = vtkClientServerStreamInternals::InvalidStartIndex;
1683}
1684
1685//----------------------------------------------------------------------------
1686unsigned char* vtkClientServerStream::ParseType(int order, unsigned char* data,

Callers 1

ParseDataMethod · 0.95

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected