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

Function strackno

lib/fluxsource/scpfluxsource.cc:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23static int strackno(int track, int side)
24{
25 return (track << 1) | side;
26}
27
28class ScpFluxSource : public TrivialFluxSource
29{

Callers 1

readSingleFluxMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected