Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
TextQuestion::~TextQuestion() = default;
18
19
std::vector<std::string> TextQuestion::GetResponsesAsStrings() const
20
{
21
return { m_Response };
22
}
23
24
void TextQuestion::ClearResponses()
25
{
Callers
1
SubmitToCSV
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected