Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ getEndTime
Method
getEndTime
Libs/srtparser/srtparser.h:326–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
return _startTime;
325
}
326
inline long int SubtitleItem::getEndTime() const
327
{
328
return _endTime;
329
}
330
331
inline std::string SubtitleItem::getText() const
332
{
Callers
1
GetCurrentSubtitle
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected