MCPcopy Create free account
hub / github.com/ElementsProject/lightning / guide_consume_one

Function guide_consume_one

common/json_parse.c:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239static char guide_consume_one(const char **guide)
240{
241 char c = **guide;
242 (*guide)++;
243 return c;
244}
245
246static void guide_must_be(const char **guide, char c)
247{

Callers 5

guide_must_beFunction · 0.85
guide_maybe_optionalFunction · 0.85
parse_fieldvalFunction · 0.85
parse_fieldlistFunction · 0.85
parse_arrlistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected