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

Method find_tlv

tools/generate-wire.py:479–480  ·  view source on GitHub ↗
(self, tlv_name)

Source from the content-addressed store, hash-verified

477 return None
478
479 def find_tlv(self, tlv_name):
480 return self.tlvs[tlv_name]
481
482 def get_ordered_subtypes(self):
483 """ We want to order subtypes such that the 'no dependency'

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected