waku/v2/protocol/pubsub_topic.go
Method StaticShardingPubsubTopic.Parse
has 7 return statements (exceeds 4 allowed). Open
Open
func (s *StaticShardingPubsubTopic) Parse(topic string) error {
if !strings.HasPrefix(topic, StaticShardingPubsubTopicPrefix) {
return ErrInvalidShardedTopicPrefix
}