Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ RemoveResponse
Method
RemoveResponse
Modules/Forms/src/mitkQuestionWithOptions.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void QuestionWithOptions::RemoveResponse(size_t i)
39
{
40
m_Responses.erase(i);
41
}
42
43
void QuestionWithOptions::SetResponse(size_t i)
44
{
Callers
1
OnIdToggled
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected