MCPcopy Create free account
hub / github.com/MITK/MITK / SetValue

Method SetValue

Modules/CppMicroServices/src/usModuleManifest.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ModuleManifest::SetValue(const std::string& key, const Any& value)
143{
144 m_Properties[key] = value;
145}
146
147}

Callers 6

StartMethod · 0.45
ModulePrivateMethod · 0.45
DoCalculateFeaturesMethod · 0.45
DoCalculateFeaturesMethod · 0.45
DoCalculateFeaturesMethod · 0.45

Calls

no outgoing calls