한국어
Appearance
리포지토리에서 특정 Git 개체를 조회해요.
class Repository { findObject(oid: string): GitObject | null; }
Git object ID(SHA1) to lookup.
Git object. Returns null if the object does not exist.
null