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

Function stderr

gitless/core.py:1349–1354  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

1347 return pstdout
1348
1349def stderr(p):
1350 try:
1351 pstderr = p.stderr.decode(ENCODING)
1352 except AttributeError:
1353 pstderr = p.stderr
1354 return pstderr
1355
1356def walker(git_repo, target, reverse):
1357 flags = pygit2.GIT_SORT_TOPOLOGICAL | pygit2.GIT_SORT_TIME

Callers 8

init_repositoryFunction · 0.70
createMethod · 0.70
create_branchMethod · 0.70
create_tagMethod · 0.70
deleteMethod · 0.70
deleteMethod · 0.70
mergeMethod · 0.70
publishMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected