| 2106 | } |
| 2107 | |
| 2108 | type AsPathCondition struct { |
| 2109 | set *AsPathSet |
| 2110 | option MatchOption |
| 2111 | } |
| 2112 | |
| 2113 | func (c *AsPathCondition) Type() ConditionType { |
| 2114 | return CONDITION_AS_PATH |
nothing calls this directly
no outgoing calls
no test coverage detected