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

Method add_comments

tools/generate-wire.py:433–434  ·  view source on GitHub ↗
(self, comments)

Source from the content-addressed store, hash-verified

431 top_comments = []
432
433 def add_comments(self, comments):
434 self.top_comments += comments
435
436 def add_include(self, inclusion):
437 self.inclusions.append(inclusion)

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected