Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
239
static char guide_consume_one(const char **guide)
240
{
241
char c = **guide;
242
(*guide)++;
243
return c;
244
}
245
246
static void guide_must_be(const char **guide, char c)
247
{
Callers
5
guide_must_be
Function · 0.85
guide_maybe_optional
Function · 0.85
parse_fieldval
Function · 0.85
parse_fieldlist
Function · 0.85
parse_arrlist
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected