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

Method add_count

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

Source from the content-addressed store, hash-verified

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

Callers 1

add_data_fieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected