MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / trackno

Function trackno

lib/fluxsource/scpfluxsource.cc:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <fstream>
12
13static int trackno(int strack)
14{
15 return strack >> 1;
16}
17
18static int headno(int strack)
19{

Callers 1

ScpFluxSourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected