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

Function outputs

tools/fromschema.py:22–24  ·  view source on GitHub ↗

Add these lines to the final output

(lines)

Source from the content-addressed store, hash-verified

20
21
22def outputs(lines):
23 """Add these lines to the final output"""
24 print(''.join(lines), end='')
25
26
27def output(line):

Callers 2

output_membersFunction · 0.85
generate_from_schemaFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected