Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
vector<Origin::Note>::size_type OriginFile::noteCount() const
247
{
248
return parser->notes.size();
249
}
250
251
Origin::Note &OriginFile::note(vector<Origin::Note>::size_type n) const
252
{
Callers
2
findNoteByName
Method · 0.80
handleLooseWindows
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected