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

Function parse_null_value

ccan/ccan/graphql/graphql.c:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224RET parse_null_value(PARAMS) {
225 INIT(null_value);
226 obj->val = parse_keyword(ARGS, "null", "null expected");
227 EXIT;
228}
229
230RET parse_string_value(PARAMS) {
231 INIT(string_value);

Callers 1

parse_valueFunction · 0.85

Calls 1

parse_keywordFunction · 0.85

Tested by

no test coverage detected