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

Function outputs

tools/fromschema.py:41–43  ·  view source on GitHub ↗

Add these lines to the final output

(lines, separator='')

Source from the content-addressed store, hash-verified

39
40
41def outputs(lines, separator=''):
42 """Add these lines to the final output"""
43 print(esc_underscores(separator.join(lines)), end='')
44
45
46def output(line):

Callers 6

output_memberFunction · 0.85
output_membersFunction · 0.85
generate_descriptionFunction · 0.85
generate_return_valueFunction · 0.85
generate_bodyFunction · 0.85
generate_footerFunction · 0.85

Calls 2

esc_underscoresFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected