Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ add_include
Method
add_include
tools/generate-wire.py:436–437 ·
view source on GitHub ↗
(self, inclusion)
Source
from the content-addressed store, hash-verified
434
self.top_comments += comments
435
436
def
add_include(self, inclusion):
437
self.inclusions.append(inclusion)
438
439
def
add_tlv(self, tlv_name):
440
if
tlv_name not in self.tlvs:
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected