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

Method MarshalJSON

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

Source from the content-addressed store, hash-verified

3546}
3547
3548func (s *Statement) MarshalJSON() ([]byte, error) {
3549 return json.Marshal(s.ToConfig())
3550}
3551
3552type opType int
3553

Callers

nothing calls this directly

Calls 1

ToConfigMethod · 0.95

Tested by

no test coverage detected