| 2406 | } |
| 2407 | |
| 2408 | type CommunityCountCondition struct { |
| 2409 | count uint32 |
| 2410 | operator AttributeComparison |
| 2411 | } |
| 2412 | |
| 2413 | func (c *CommunityCountCondition) Type() ConditionType { |
| 2414 | return CONDITION_COMMUNITY_COUNT |
nothing calls this directly
no outgoing calls
no test coverage detected