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

Method add_implicit_len

tools/generate-wire.py:76–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 len_field.len_field_of = self.name
75
76 def add_implicit_len(self):
77 self.count = False
78 self.implicit_len = True
79
80 def is_array(self):
81 return self.count > 1

Callers 1

add_data_fieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected