English
Appearance
Lookup a tag object by prefix hash from the repository.
class Repository { findTag(oid: string): Tag | null; }
Prefix hash.
Returns null if tag does not exist.
null