MCPcopy Create free account
hub / github.com/KDE/labplot / noteCount

Method noteCount

src/3rdparty/liborigin/OriginFile.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246vector<Origin::Note>::size_type OriginFile::noteCount() const
247{
248 return parser->notes.size();
249}
250
251Origin::Note &OriginFile::note(vector<Origin::Note>::size_type n) const
252{

Callers 2

findNoteByNameMethod · 0.80
handleLooseWindowsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected