MCPcopy Index your code
hub / github.com/gitless-vcs/gitless / commit_str

Function commit_str

gitless/cli/pprint.py:132–135  ·  view source on GitHub ↗
(ci)

Source from the content-addressed store, hash-verified

130
131
132def commit_str(ci):
133 ci_str = StringIO()
134 commit(ci, compact=True, stream=ci_str.write)
135 return ci_str.getvalue().strip()
136
137
138def commit(ci, compact=False, stream=sys.stdout.write):

Callers

nothing calls this directly

Calls 1

commitFunction · 0.85

Tested by

no test coverage detected