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

Function restore_ok

gitless/cli/pprint.py:176–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 warn('Temporarily saving uncommitted changes')
175
176def restore_ok():
177 ok('Uncommitted changes applied successfully to the new head of the branch')
178
179OP_CB = core.OpCb(apply_ok, apply_err, save, restore_ok)
180

Callers

nothing calls this directly

Calls 1

okFunction · 0.85

Tested by

no test coverage detected