MCPcopy Index your code
hub / github.com/F-Stack/f-stack / test_handler

Function test_handler

tools/libxo/encoder/test/enc_test.c:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "xo_encoder.h"
13
14static int
15test_handler (XO_ENCODER_HANDLER_ARGS)
16{
17 printf("op %s: [%s] [%s] [%#llx]\n", xo_encoder_op_name(op),
18 name ?: "", value ?: "", (unsigned long long) flags);
19
20 return 0;
21}
22
23int
24xo_encoder_library_init (XO_ENCODER_INIT_ARGS)

Callers

nothing calls this directly

Calls 2

xo_encoder_op_nameFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected