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

Function parse_int_value

ccan/ccan/graphql/graphql.c:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249RET parse_int_value(PARAMS) {
250 INIT(int_value);
251 obj->val = parse_int(ARGS);
252 EXIT;
253}
254
255RET parse_object_field(PARAMS) {
256 INIT(object_field);

Callers 1

parse_valueFunction · 0.85

Calls 1

parse_intFunction · 0.85

Tested by

no test coverage detected