Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikoPlayProject/KikoPlay
/ waitLabelLoaded
Method
waitLabelLoaded
MediaLibrary/labelmodel.cpp:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void LabelModel::waitLabelLoaded()
77
{
78
if (loaded) return;
79
if (loadedFlag.valid()) loadedFlag.get();
80
}
81
82
void LabelModel::selectedLabelList(const QModelIndexList &indexes, SelectedLabelInfo &selectLabels)
83
{
Callers
1
initLabelView
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected