한국어
Appearance
리포지토리에서 특정 해시(prefix hash)로 태그를 조회해요.
class Repository { findTag(oid: string): Tag | null; }
조회할 태그의 해시(prefix hash)예요.
주어진 해시에 해당하는 태그를 반환해요. 태그가 존재하지 않으면 null을 반환해요.
null