Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3548
func
(s *Statement) MarshalJSON() ([]byte, error) {
3549
return
json.Marshal(s.ToConfig())
3550
}
3551
3552
type
opType int
3553
Callers
nothing calls this directly
Calls
1
ToConfig
Method · 0.95
Tested by
no test coverage detected