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

Method SetSupplement

Modules/Forms/src/mitkForm.cpp:156–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156bool Form::SetSupplement(const std::string& key, const std::string& value)
157{
158 if (m_Supplements.find(key) == m_Supplements.end())
159 return false;
160
161 m_Supplements[key] = value;
162
163 return true;
164}
165
166const std::map<std::string, std::string>& Form::GetSupplements() const
167{

Callers 1

OnFormSubmissionMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected