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

Function apply_ok

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

Source from the content-addressed store, hash-verified

159# Op Callbacks
160
161def apply_ok(ci):
162 ok('Insertion of {0} succeeded'.format(ci.id))
163 blank()
164 commit(ci)
165 blank()
166
167def apply_err(ci):
168 err('Insertion of {0} failed'.format(ci.id))

Callers

nothing calls this directly

Calls 3

okFunction · 0.85
blankFunction · 0.85
commitFunction · 0.85

Tested by

no test coverage detected