mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +03:00
Done
This commit is contained in:
parent
834de443d3
commit
5de5e1d367
@ -92,7 +92,6 @@ data FilesArg
|
||||
= FilesFromHandle (Handle 'IO.ReadMode)
|
||||
| FilesFromPaths [File]
|
||||
| FilesFromGitRepo FilePath Git.OID [FilePath]
|
||||
-- TODO: Use excludes ^ to filter what we read from the git repo
|
||||
|
||||
-- | A task which reads a list of 'Blob's from a 'Handle' or a list of 'FilePath's optionally paired with 'Language's.
|
||||
readBlobs :: (Member Files sig, Carrier sig m, MonadIO m) => FilesArg -> m [Blob]
|
||||
|
Loading…
Reference in New Issue
Block a user