waku/v2/protocol/legacy_store/waku_store_protocol.go
Method WakuStore.Resume
has 5 return statements (exceeds 4 allowed). Open
Open
func (store *WakuStore) Resume(ctx context.Context, pubsubTopic string, peerList []peer.ID) (int, error) {
if !store.started {
return 0, errors.New("can't resume: store has not started")
}