| 1967 | } |
| 1968 | |
| 1969 | type PrefixCondition struct { |
| 1970 | set *PrefixSet |
| 1971 | option MatchOption |
| 1972 | } |
| 1973 | |
| 1974 | func (c *PrefixCondition) Type() ConditionType { |
| 1975 | return CONDITION_PREFIX |
nothing calls this directly
no outgoing calls
no test coverage detected