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

Method setFileStack

source/MRMesh/MRConfig.cpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 return defaultValue;
217}
218void Config::setFileStack( const std::string& key, const FileNamesStack& keyValue )
219{
220 for ( auto i = 0; i < keyValue.size(); i++ )
221 {
222 config_[key][i] = utf8string( keyValue[i] );
223 }
224}
225
226bool Config::hasVector2i( const std::string& key ) const
227{

Callers 1

storeFileMethod · 0.80

Calls 2

utf8stringFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected