Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ json_object_end
Function
json_object_end
common/json_stream.c:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void json_object_end(struct json_stream *js)
147
{
148
json_out_end(js->jout,
'}'
);
149
}
150
151
void json_add_primitive_fmt(struct json_stream *js,
152
const char *fieldname,
Callers
4
json_add_fallback
Function · 0.70
json_add_bolt11
Function · 0.70
json_add_address
Function · 0.70
json_add_address_internal
Function · 0.70
Calls
1
json_out_end
Function · 0.85
Tested by
no test coverage detected