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

Method GetResponsesAsStrings

Modules/Forms/src/mitkTextQuestion.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17TextQuestion::~TextQuestion() = default;
18
19std::vector<std::string> TextQuestion::GetResponsesAsStrings() const
20{
21 return { m_Response };
22}
23
24void TextQuestion::ClearResponses()
25{

Callers 1

SubmitToCSVMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected