Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
RET parse_null_value(PARAMS) {
225
INIT(null_value);
226
obj->val = parse_keyword(ARGS,
"null"
,
"null expected"
);
227
EXIT;
228
}
229
230
RET parse_string_value(PARAMS) {
231
INIT(string_value);
Callers
1
parse_value
Function · 0.85
Calls
1
parse_keyword
Function · 0.85
Tested by
no test coverage detected