English
Appearance
Lookup a reference to one of the objects in a repository.
class Repository { findObject(oid: string): GitObject | null; }
Git object ID(SHA1) to lookup.
Git object. Returns null if the object does not exist.
null