English
Appearance
Lookup a reference to one of the objects in a repository.
class Repository { findTree(oid: string): Tree | null; }
ID(SHA1) to lookup.
If it does not exist, returns null .
null