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

Method skipToEvent

lib/data/fluxmapreader.cc:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void FluxmapReader::skipToEvent(int event)
42{
43 unsigned ticks;
44 findEvent(event, ticks);
45}
46
47int FluxmapReader::getCurrentEvent()
48{

Callers 5

addFluxMethod · 0.80
addFluxMethod · 0.80
decodeToSectorsMethod · 0.80
seekToIndexMarkMethod · 0.80
mainAnalyseDriveResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected