Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ parse_variable
Function
parse_variable
ccan/ccan/graphql/graphql.c:190–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
RET parse_variable(PARAMS) {
191
INIT(variable);
192
parse_punct(ARGS,
'$'
); REQ
193
obj->name = parse_name(ARGS); REQ
194
EXIT;
195
}
196
197
RET parse_value(PARAMS);
198
Callers
2
parse_value
Function · 0.85
parse_variable_definition
Function · 0.85
Calls
2
parse_punct
Function · 0.85
parse_name
Function · 0.85
Tested by
no test coverage detected