Home
last modified time | relevance | path

Searched refs:inodeCacheToKey (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DInodeCache.hs30 inodeCacheToKey,
110 inodeCacheToKey :: InodeComparisonType -> InodeCache -> InodeCacheKey
111 inodeCacheToKey ct (InodeCache prim) = InodeCacheKey ct prim function
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DAutoMerge.hs313 is <- S.fromList . map (inodeCacheToKey Strongly) . concat
339 is <- map (inodeCacheToKey Strongly)
375 Just i -> Just (Right (inodeCacheToKey Strongly i), f')
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Threads/
H A DCommitter.hs323 case M.lookup (inodeCacheToKey ct cache) m of
351 mkpairs k = map (\c -> (inodeCacheToKey ct c, k)) <$>