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

Function cmd_get_version

FluxEngine.cydsn/main.c:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221static void cmd_get_version(struct any_frame* f)
222{
223 DECLARE_REPLY_FRAME(struct version_frame, F_FRAME_GET_VERSION_REPLY);
224 r.version = FLUXENGINE_PROTOCOL_VERSION;
225 send_reply((struct any_frame*) &r);
226}
227
228static void step(int dir)
229{

Callers 1

handle_commandFunction · 0.85

Calls 1

send_replyFunction · 0.85

Tested by

no test coverage detected