mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Rename ids2entries
-> ids_to_entries
This commit is contained in:
parent
44d9c51ff9
commit
ca1e221b10
@ -39,10 +39,10 @@ class SortedEntriesCacheEntry < CacheEntry(Array(String), Array(Entry))
|
||||
end
|
||||
|
||||
def self.to_return_t(value : Array(String))
|
||||
ids2entries value
|
||||
ids_to_entries value
|
||||
end
|
||||
|
||||
private def self.ids2entries(ids : Array(String))
|
||||
private def self.ids_to_entries(ids : Array(String))
|
||||
e_map = Library.default.deep_entries.to_h { |entry| {entry.id, entry} }
|
||||
entries = [] of Entry
|
||||
begin
|
||||
|
Loading…
x
Reference in New Issue
Block a user