Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ addLine
Function
addLine
src/openms/include/OpenMS/FORMAT/TextFile.h:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
template <typename StringType>
86
void addLine(const StringType& line)
87
{
88
buffer_.push_back(static_cast<String>(line));
89
}
90
91
/**
92
@brief Platform-agnostic getline() which can deal with all line endings (\\r, \\r\\n, \\n)
Callers
1
addRow
Method · 0.85
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected