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:254–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
static char guide_consume_one(const char **guide)
255
{
256
char c = **guide;
257
(*guide)++;
258
return c;
259
}
260
261
static void guide_must_be(const char **guide, char c)
262
{
Callers
4
guide_must_be
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