| 2345 | } |
| 2346 | |
| 2347 | type LargeCommunityCondition struct { |
| 2348 | set *LargeCommunitySet |
| 2349 | option MatchOption |
| 2350 | } |
| 2351 | |
| 2352 | func (c *LargeCommunityCondition) Type() ConditionType { |
| 2353 | return CONDITION_LARGE_COMMUNITY |
nothing calls this directly
no outgoing calls
no test coverage detected