Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ store
Method
store
src/openms_gui/source/VISUAL/VISUALIZER/ScanWindowVisualizer.cpp:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void ScanWindowVisualizer::store()
41
{
42
ptr_->begin = begin_->text().toDouble();
43
ptr_->end = end_->text().toDouble();
44
45
temp_ = (*ptr_);
46
}
47
48
void ScanWindowVisualizer::undo_()
49
{
Callers
nothing calls this directly
Calls
1
toDouble
Method · 0.80
Tested by
no test coverage detected