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

Method add_include

tools/generate-wire.py:443–444  ·  view source on GitHub ↗
(self, inclusion)

Source from the content-addressed store, hash-verified

441 self.top_comments += comments
442
443 def add_include(self, inclusion):
444 self.inclusions.append(inclusion)
445
446 def add_tlv(self, tlv_name):
447 if tlv_name not in self.tlvs:

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected