Method: Libcodeowners::FilePathTeamCache.cache
- Defined in:
- lib/libcodeowners/file_path_team_cache.rb
.cache ⇒ Object
33 34 35 36 37 |
# File 'lib/libcodeowners/file_path_team_cache.rb', line 33 def cache @cache ||= T.let(@cache, T.nilable(T::Hash[String, T.nilable(CodeTeams::Team)])) @cache ||= {} end |