]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_xsearch: more detail about ->xdb call chain
authorEric Wong <e@80x24.org>
Fri, 26 Feb 2021 09:41:41 +0000 (22:41 -1100)
committerEric Wong <e@80x24.org>
Fri, 26 Feb 2021 21:04:10 +0000 (17:04 -0400)
I was just wondering this myself :x

lib/PublicInbox/LeiXSearch.pm

index 7ec696f4da52d16d26f2552047d1a0dd5f4eebd2..9a6457d723fb96642421277aa99166d12cb000ef 100644 (file)
@@ -63,7 +63,7 @@ sub locals { @{$_[0]->{locals} // []} }
 
 sub remotes { @{$_[0]->{remotes} // []} }
 
-# called by PublicInbox::Search::xdb
+# called by PublicInbox::Search::xdb (usually via ->mset)
 sub xdb_shards_flat { @{$_[0]->{shards_flat} // []} }
 
 sub mitem_kw ($$;$) {