MCPcopy 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
850bool InputEditorModel::hasMarker(int frame)
851{
852 return movie->editor->markers.count(frame) != 0;
853}
854
855std::string InputEditorModel::getMarkerText(int frame)
856{

Callers 4

updateMenuMethod · 0.80
showMarkerToolTipMethod · 0.80
addMarkerFrameMethod · 0.80
removeMarkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected