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

Function parse_boolean_value

ccan/ccan/graphql/graphql.c:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236RET parse_boolean_value(PARAMS) {
237 INIT(boolean_value);
238 obj->val = parse_keyword(ARGS, "true", "invalid boolean value"); OR
239 obj->val = parse_keyword(ARGS, "false", "invalid boolean value");
240 EXIT;
241}
242
243RET parse_float_value(PARAMS) {
244 INIT(float_value);

Callers 1

parse_valueFunction · 0.85

Calls 1

parse_keywordFunction · 0.85

Tested by

no test coverage detected