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

Method add_count

tools/generate-wire.py:65–66  ·  view source on GitHub ↗
(self, count)

Source from the content-addressed store, hash-verified

63 return field
64
65 def add_count(self, count):
66 self.count = int(count)
67
68 def add_len_field(self, len_field):
69 self.count = False

Callers 1

add_data_fieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected