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

Function parse_type

ccan/ccan/graphql/graphql.c:179–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179RET parse_type(PARAMS) {
180 INIT(type);
181 obj->named = parse_named_type(ARGS);
182/*
183 OR
184 obj->list = parse_list_type(ARGS); OR
185 obj->non_null = parse_non_null_type(ARGS);
186*/
187 EXIT;
188}
189
190RET parse_variable(PARAMS) {
191 INIT(variable);

Callers 1

Calls 1

parse_named_typeFunction · 0.85

Tested by

no test coverage detected