]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/V2Writable.pm
v2/ui: get nntpd and init tests running on v2
[public-inbox.git] / lib / PublicInbox / V2Writable.pm
index 73110ff06df6e1373bbee6ed991062e790843dc3..81c7a4d16c0189902d87fbc052ac4d26e57b1c04 100644 (file)
@@ -79,6 +79,7 @@ sub idx_part {
        $self->{idx_parts}->[$part];
 }
 
+# idempotent
 sub idx_init {
        my ($self) = @_;
        return if $self->{idx_parts};