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

Function parse_inline_fragment

ccan/ccan/graphql/graphql.c:415–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415RET parse_inline_fragment(PARAMS) {
416 INIT(inline_fragment);
417 parse_punct(ARGS, PUNCT_SPREAD); REQ
418 obj->type_cond = parse_type_condition(ARGS); OPT
419 obj->directives = parse_directives(ARGS); OPT
420 obj->sel_set = parse_selection_set(ARGS); REQ
421 EXIT;
422}
423
424RET parse_field(PARAMS) {
425 INIT(field);

Callers 1

parse_selectionFunction · 0.85

Calls 4

parse_punctFunction · 0.85
parse_type_conditionFunction · 0.85
parse_directivesFunction · 0.85
parse_selection_setFunction · 0.85

Tested by

no test coverage detected