Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clangen/musikcube
/ GetFilePath
Method
GetFilePath
src/plugins/cddadecoder/CddaDataModel.cpp:400–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
std::string CddaDataModel::DiscTrack::GetFilePath() {
401
char buffer[32];
402
snprintf(buffer, sizeof(buffer),
"%c:\\%02d.cda"
, this->driveLetter, this->number + 1);
403
return std::string(buffer);
404
}
Callers
1
Scan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected