MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / parser_init

Function parser_init

deps/jemalloc/test/unit/stats_print.c:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static void
76parser_init(parser_t *parser, bool verbose) {
77 parser->verbose = verbose;
78 parser->buf = NULL;
79 parser->len = 0;
80 parser->pos = 0;
81 parser->line = 1;
82 parser->col = 0;
83}
84
85static void
86parser_fini(parser_t *parser) {

Callers 1

stats_print.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected