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

Function guide_consume_one

common/json_parse.c:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static char guide_consume_one(const char **guide)
255{
256 char c = **guide;
257 (*guide)++;
258 return c;
259}
260
261static void guide_must_be(const char **guide, char c)
262{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected