한국어
Appearance
트리 항목(tree entry)을 해당 항목이 가리키는 GitObject로 변환해요.
class TreeEntry { toObject(repo: Repository): GitObject; }
이 트리 항목(tree entry)이 속한 리포지토리예요.
이 항목이 가리키고 있는 Git 개체예요.