Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
SignedSongTime
154
ParseCommandArgSignedSongTime(const char *s)
155
{
156
auto value = ParseCommandArgFloat(s);
157
return SignedSongTime::FromS(value);
158
}
Callers
1
handle_seekcur
Function · 0.85
Calls
1
ParseCommandArgFloat
Function · 0.85
Tested by
no test coverage detected