refactoring
no behavior changes
This commit is contained in:
parent
ca2c977704
commit
8e9608d7f0
9 changed files with 239 additions and 213 deletions
|
@ -9,7 +9,7 @@ module Types.KeySource where
|
|||
|
||||
import Utility.InodeCache
|
||||
|
||||
{- When content is in the process of being added to the annex,
|
||||
{- When content is in the process of being ingested into the annex,
|
||||
- and a Key generated from it, this data type is used.
|
||||
-
|
||||
- The contentLocation may be different from the filename
|
||||
|
@ -19,7 +19,7 @@ import Utility.InodeCache
|
|||
- of a different Key.
|
||||
-
|
||||
- The inodeCache can be used to detect some types of modifications to
|
||||
- files that may be made while they're in the process of being added.
|
||||
- files that may be made while they're in the process of being ingested.
|
||||
-}
|
||||
data KeySource = KeySource
|
||||
{ keyFilename :: FilePath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue