Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ wavpack_input_get_pos
Function
wavpack_input_get_pos
src/decoder/plugins/WavpackDecoderPlugin.cxx:351–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
static int64_t
352
wavpack_input_get_pos(void *id) noexcept
353
{
354
const auto &wpi = *wpin(id);
355
return wpi.GetPos();
356
}
357
358
static int
359
wavpack_input_set_pos_abs(void *id, int64_t pos) noexcept
Callers
nothing calls this directly
Calls
2
wpin
Function · 0.85
GetPos
Method · 0.80
Tested by
no test coverage detected