Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
161
def
apply_ok(ci):
162
ok(
'Insertion of {0} succeeded'
.format(ci.id))
163
blank()
164
commit(ci)
165
blank()
166
167
def
apply_err(ci):
168
err(
'Insertion of {0} failed'
.format(ci.id))
Callers
nothing calls this directly
Calls
3
ok
Function · 0.85
blank
Function · 0.85
commit
Function · 0.85
Tested by
no test coverage detected