google.golang.org/grpc/internal/channelz.channelMap.findEntry (method)
13 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L346: c.findEntry(pid).addChild(id, cn)
funcs.go#L356: c.findEntry(pid).addChild(id, sc)
funcs.go#L364: c.findEntry(pid).addChild(id, ls)
funcs.go#L372: c.findEntry(pid).addChild(id, ns)
funcs.go#L382: c.findEntry(id).triggerDelete()
funcs.go#L388: e := c.findEntry(id)
funcs.go#L396: func (c *channelMap) findEntry(id int64) entry {
funcs.go#L450: child := c.findEntry(id)
funcs.go#L458: parent := c.findEntry(child.getParentID())
types.go#L249: c.cm.findEntry(c.pid).deleteChild(c.id)
types.go#L357: sc.cm.findEntry(sc.pid).deleteChild(sc.id)
types.go#L504: ls.cm.findEntry(ls.pid).deleteChild(ls.id)
types.go#L533: ns.cm.findEntry(ns.pid).deleteChild(ns.id)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |