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

Method set_id

src/geode/basic/identifier.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void Identifier::set_id( const uuid& unique_id, IdentifierKey /*unused*/ )
162 {
163 set_id( unique_id );
164 }
165
166 void Identifier::set_name( std::string_view name, IdentifierKey /*unused*/ )
167 {

Callers 15

create_model_boundaryMethod · 0.45
serializeMethod · 0.45
create_blockMethod · 0.45
create_surfaceMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
create_cornerMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected