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

Function cmd_seek

FluxEngine.cydsn/main.c:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289static void cmd_seek(struct seek_frame* f)
290{
291 seek_to(f->track);
292 DECLARE_REPLY_FRAME(struct any_frame, F_FRAME_SEEK_REPLY);
293 send_reply(&r);
294}
295
296static void cmd_recalibrate(void)
297{

Callers 1

handle_commandFunction · 0.85

Calls 2

seek_toFunction · 0.85
send_replyFunction · 0.85

Tested by

no test coverage detected