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

Function parse_selection

ccan/ccan/graphql/graphql.c:434–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434RET parse_selection(PARAMS) {
435 INIT(selection);
436 obj->field = parse_field(ARGS); OR
437 obj->frag_spread = parse_fragment_spread(ARGS); OR
438 obj->inline_frag = parse_inline_fragment(ARGS);
439 MSG("expected: field, fragment spread, or inline fragment");
440 EXIT;
441}
442
443RET parse_selection_set(PARAMS) {
444 INIT(selection_set);

Callers 1

parse_selection_setFunction · 0.85

Calls 3

parse_fragment_spreadFunction · 0.85
parse_inline_fragmentFunction · 0.85
parse_fieldFunction · 0.70

Tested by

no test coverage detected