MCPcopy Create free account
hub / github.com/codecombat/codecombat / merge-git.py

File merge-git.py

scripts/merge-git.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from pygit2 import discover_repository, Repository, Signature, GIT_OBJ_TREE, GIT_FILEMODE_BLOB, GIT_FILEMODE_TREE
2
3def find_targets(tree):
4 targets = []

Callers

nothing calls this directly

Calls 4

listFunction · 0.85
find_targetsFunction · 0.85
womboFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected