MCPcopy
hub / github.com/osrg/gobgp / Type

Method Type

internal/pkg/table/policy.go:948–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

946}
947
948func (s *regExpSet) Type() DefinedType {
949 return s.typ
950}
951
952func (lhs *regExpSet) Append(arg DefinedSet) error {
953 if lhs.Type() != arg.Type() {

Callers 2

AppendMethod · 0.95
RemoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected