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

Function newSharedData

pkg/server/server.go:119–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func newSharedData() *sharedData {
120 return &sharedData{
121 mu: sync.RWMutex{},
122 }
123}
124
125func (d *sharedData) propagateBucket(path *table.Path) *sync.Mutex {
126 if path == nil {

Callers 1

NewBgpServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…