MCPcopy
hub / github.com/gitless-vcs/gitless / msg

Function msg

gitless/cli/pprint.py:55–56  ·  view source on GitHub ↗
(text, stream=sys.stdout.write)

Source from the content-addressed store, hash-verified

53
54
55def msg(text, stream=sys.stdout.write):
56 puts(text, stream=stream)
57
58
59def exp(text, stream=sys.stdout.write):

Callers 3

validateFunction · 0.85
err_msgFunction · 0.85
conf_dialogFunction · 0.85

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected