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

Method add_implicit_len

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

Source from the content-addressed store, hash-verified

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

Callers 1

add_data_fieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected