MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / ParseCommandArgSignedSongTime

Function ParseCommandArgSignedSongTime

src/protocol/ArgParser.cxx:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153SignedSongTime
154ParseCommandArgSignedSongTime(const char *s)
155{
156 auto value = ParseCommandArgFloat(s);
157 return SignedSongTime::FromS(value);
158}

Callers 1

handle_seekcurFunction · 0.85

Calls 1

ParseCommandArgFloatFunction · 0.85

Tested by

no test coverage detected