Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ hasMarker
Method
hasMarker
src/program/ui/InputEditorModel.cpp:850–853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
848
}
849
850
bool InputEditorModel::hasMarker(int frame)
851
{
852
return movie->editor->markers.count(frame) != 0;
853
}
854
855
std::string InputEditorModel::getMarkerText(int frame)
856
{
Callers
4
updateMenu
Method · 0.80
showMarkerToolTip
Method · 0.80
addMarkerFrame
Method · 0.80
removeMarker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected