MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / EncodedElementsStream

Method EncodedElementsStream

PathCopyCopy/src/PluginPipelineDecoder.cpp:460–464  ·  view source on GitHub ↗

Constructor. @param p_EncodedElements String containing encoded pipeline elements data.

Source from the content-addressed store, hash-verified

458 // @param p_EncodedElements String containing encoded pipeline elements data.
459 //
460 PipelineDecoder::EncodedElementsStream::EncodedElementsStream(const std::wstring& p_EncodedElements)
461 : m_EncodedElements(p_EncodedElements),
462 m_CurIndex(0)
463 {
464 }
465
466 //
467 // Reads a number of characters from the stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected