MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / cdtracknumber

Function cdtracknumber

src/blkdev.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119int cdtracknumber(struct cd_toc_head *th, int block)
120{
121 struct cd_toc *t = gettoc(-1, th, block);
122 if (!t)
123 return -1;
124 return t->track;
125}
126int isaudiotrack (struct cd_toc_head *th, int block)
127{
128 struct cd_toc *t = gettoc (-1, th, block);

Callers 2

read_blockFunction · 0.85
ioctl_command_qcodeFunction · 0.85

Calls 1

gettocFunction · 0.85

Tested by

no test coverage detected