MCPcopy
hub / github.com/gitless-vcs/gitless / _stash_msg

Function _stash_msg

gitless/core.py:1327–1328  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1325 return result.group(1).strip(), result.group(2).strip()
1326
1327def _stash_msg(name):
1328 return '---gl-{0}---'.format(name)
1329
1330def _stash_msg_fuse(name):
1331 return _stash_msg('fuse-{0}'.format(name))

Callers 5

saveMethod · 0.85
restoreMethod · 0.85
deleteMethod · 0.85
_stash_msg_fuseFunction · 0.85
_stash_msg_mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected