Module: Avmtrf1::Git::PushLarge::LfsCommit::Cache

Defined in:
lib/avmtrf1/git/push_large/lfs_commit/cache.rb

Instance Method Summary collapse

Instance Method Details

#fs_cacheObject



8
9
10
11
12
# File 'lib/avmtrf1/git/push_large/lfs_commit/cache.rb', line 8

def fs_cache
  @fs_cache ||= source_commit.fs_cache.child(
    lfs_file_min_size.presence || 'nil'
  )
end