Method: Redwood::Index#source_for_id
- Defined in:
- lib/sup/index.rb
#source_for_id(id) ⇒ Object
Return the id source of the source the message with the given message-id was synced from
332 333 334 |
# File 'lib/sup/index.rb', line 332 def source_for_id id synchronize { get_entry(id)[:source_id] } end |