Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ parse_alias
Function
parse_alias
ccan/ccan/graphql/graphql.c:321–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
RET parse_alias(PARAMS) {
322
INIT(alias);
323
obj->name = parse_name(ARGS); REQ
324
parse_punct(ARGS,
':'
); REQ
325
EXIT;
326
}
327
328
RET parse_argument(PARAMS) {
329
INIT(argument);
Callers
1
parse_field
Function · 0.85
Calls
1
parse_name
Function · 0.85
Tested by
no test coverage detected