MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / copy

Method copy

src/geode/mesh/builder/vertex_set_builder.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void VertexSetBuilder::copy(
48 const VertexSet& vertex_set, VertexSetKey /*unused*/ )
49 {
50 copy( vertex_set );
51 }
52
53 void VertexSetBuilder::copy( const VertexSet& vertex_set )
54 {

Callers

nothing calls this directly

Calls 3

nameMethod · 0.80
nb_verticesMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected