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

Function _stash_msg_fuse

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

Source from the content-addressed store, hash-verified

1328 return '---gl-{0}---'.format(name)
1329
1330def _stash_msg_fuse(name):
1331 return _stash_msg('fuse-{0}'.format(name))
1332
1333def _stash_msg_merge(name):
1334 return _stash_msg('merge-{0}'.format(name))

Callers

nothing calls this directly

Calls 1

_stash_msgFunction · 0.85

Tested by

no test coverage detected