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

Method load_identifier

src/geode/basic/identifier.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 void Identifier::load_identifier(
156 std::string_view directory, IdentifierKey /*unused*/ )
157 {
158 impl_->load( directory );
159 }
160
161 void Identifier::set_id( const uuid& unique_id, IdentifierKey /*unused*/ )
162 {

Callers 2

load_brep_filesFunction · 0.45
load_section_filesFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected