mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Define ExamineContext, apply it when scanning
This commit is contained in:
@@ -133,3 +133,10 @@ class TitleInfo
|
||||
LRUCache.set generate_cache_entry key, self.to_json
|
||||
end
|
||||
end
|
||||
|
||||
alias ExamineContext = NamedTuple(
|
||||
file_count: Int32,
|
||||
cached_contents_signature: Hash(String, String),
|
||||
deleted_title_ids: Array(String),
|
||||
deleted_entry_ids: Array(String)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user