MCPcopy Create free account
hub / github.com/ElementsProject/elements / print_file_action_message

Function print_file_action_message

contrib/devtools/copyright_header.py:433–434  ·  view source on GitHub ↗
(filename, action)

Source from the content-addressed store, hash-verified

431"""
432
433def print_file_action_message(filename, action):
434 print("%-52s %s" % (filename, action))
435
436def update_cmd(argv):
437 if len(argv) != 3:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected