Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gitless-vcs/gitless
/ _stash_msg_merge
Function
_stash_msg_merge
gitless/core.py:1333–1334 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
1331
return
_stash_msg(
'fuse-{0}'
.format(name))
1332
1333
def
_stash_msg_merge(name):
1334
return
_stash_msg(
'merge-{0}'
.format(name))
1335
1336
1337
# Misc
Callers
1
merge
Method · 0.85
Calls
1
_stash_msg
Function · 0.85
Tested by
no test coverage detected