Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ json_strfield
Function
json_strfield
common/test/run-blindedpath_onion.c:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
/* AUTOGENERATED MOCKS END */
84
85
static void json_strfield(const char *name, const char *val)
86
{
87
printf(
"\t\"
%s\
": \"
%s\
",\n"
, name, val);
88
}
89
90
#define ALICE 0
91
#define BOB 1
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected