MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getHashMap

Method getHashMap

source/MRMesh/MRMapOrHashMap.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43 [[nodiscard]] Hash* getHashMap() MR_LIFETIMEBOUND { return get_if<Hash>( &var ); }
44 [[nodiscard]] const Hash* getHashMap() const MR_LIFETIMEBOUND { return get_if<Hash>( &var ); }
45
46 void clear();
47};

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64