Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gitless-vcs/gitless
/ _op_continue
Function
_op_continue
gitless/cli/gl_commit.py:125–132 ·
view source on GitHub ↗
(op, fn)
Source
from the content-addressed store, hash-verified
123
124
125
def
_op_continue(op, fn):
126
pprint.blank()
127
try
:
128
op(op_cb=pprint.OP_CB)
129
pprint.ok(
'{0} succeeded'
.format(fn))
130
except
core.ApplyFailedError
as
e:
131
pprint.ok(
'{0} succeeded'
.format(fn))
132
raise
e
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected