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

Method Pipeline

PathCopyCopy/src/PluginPipeline.cpp:184–187  ·  view source on GitHub ↗

Constructor with pre-built elements. @param p_vspElements List of elements in the pipeline.

Source from the content-addressed store, hash-verified

182 // @param p_vspElements List of elements in the pipeline.
183 //
184 Pipeline::Pipeline(const PipelineElementSPV& p_vspElements)
185 : m_vspElements(p_vspElements)
186 {
187 }
188
189 //
190 // Constructor with encoded pipeline. The pipeline is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected