MCPcopy Create free account
hub / github.com/ElementsProject/lightning / json_prefix

Function json_prefix

plugins/sql.c:2125–2131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2123}
2124
2125static const char *json_prefix(const tal_t *ctx,
2126 const struct table_desc *td)
2127{
2128 if (td->is_subobject)
2129 return tal_fmt(ctx, "%s%s.", json_prefix(tmpctx, td->parent), td->cmdname);
2130 return "";
2131}
2132
2133static void print_columns(const struct table_desc *td, const char *indent,
2134 const char *objsrc)

Callers 1

print_columnsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected