type google.golang.org/grpc/internal/channelz.channel
21 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L109: channels: make(map[int64]*channel),
funcs.go#L197: cn := &channel{
funcs.go#L325: channels map[int64]*channel
funcs.go#L338: func (c *channelMap) addChannel(id int64, cn *channel, isTopChannel bool, pid int64, ref string) {
funcs.go#L461: case *channel:
funcs.go#L509: cns := make([]*channel, 0, min(l, maxResults))
funcs.go#L648: var cn *channel
types.go#L195: type channel struct {
types.go#L210: func (c *channel) addChild(id int64, e entry) {
types.go#L214: case *channel:
types.go#L221: func (c *channel) deleteChild(id int64) {
types.go#L227: func (c *channel) triggerDelete() {
types.go#L232: func (c *channel) getParentID() int64 {
types.go#L243: func (c *channel) deleteSelfFromTree() (deleted bool) {
types.go#L266: func (c *channel) deleteSelfFromMap() (delete bool) {
types.go#L280: func (c *channel) deleteSelfIfReady() {
types.go#L291: func (c *channel) getChannelTrace() *channelTrace {
types.go#L295: func (c *channel) incrTraceRefCount() {
types.go#L299: func (c *channel) decrTraceRefCount() {
types.go#L303: func (c *channel) getTraceRefCount() int {
types.go#L308: func (c *channel) getRefName() string {
![]() |
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. |