Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ find_tlv
Method
find_tlv
tools/generate-wire.py:481–482 ·
view source on GitHub ↗
(self, tlv_name)
Source
from the content-addressed store, hash-verified
479
return
None
480
481
def
find_tlv(self, tlv_name):
482
return
self.tlvs[tlv_name]
483
484
def
get_ordered_subtypes(self):
485
""
" We want to order subtypes such that the
'no dependency'
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected