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

Method set_name

src/geode/basic/identifier.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void Identifier::set_name( std::string_view name, IdentifierKey /*unused*/ )
167 {
168 set_name( name );
169 }
170
171 void Identifier::copy_identifier(
172 const Identifier& other, IdentifierKey /*unused*/ )

Callers 15

set_line_nameMethod · 0.45
set_block_nameMethod · 0.45
set_corner_nameMethod · 0.45
set_surface_nameMethod · 0.45
serializeMethod · 0.45
set_line_nameMethod · 0.45
set_block_nameMethod · 0.45
set_surface_nameMethod · 0.45
set_corner_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected