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

Function parse_alias

ccan/ccan/graphql/graphql.c:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321RET parse_alias(PARAMS) {
322 INIT(alias);
323 obj->name = parse_name(ARGS); REQ
324 parse_punct(ARGS, ':'); REQ
325 EXIT;
326}
327
328RET parse_argument(PARAMS) {
329 INIT(argument);

Callers 1

parse_fieldFunction · 0.85

Calls 1

parse_nameFunction · 0.85

Tested by

no test coverage detected