google.golang.org/grpc/internal/channelz.dbWrapper.get (method)
17 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L91: func (d *dbWrapper) get() *channelMap {
funcs.go#L118: cm := db.get()
funcs.go#L147: return db.get().GetTopChannels(id, maxResults)
funcs.go#L157: return db.get().GetServers(id, maxResults)
funcs.go#L168: return db.get().GetServerSockets(id, startID, maxResults)
funcs.go#L173: return db.get().GetChannel(id)
funcs.go#L178: return db.get().GetSubChannel(id)
funcs.go#L183: return db.get().GetSocket(id)
funcs.go#L188: return db.get().GetServer(id)
funcs.go#L207: db.get().addChannel(id, cn, true, pid, ref)
funcs.go#L209: db.get().addChannel(id, cn, false, pid, ref)
funcs.go#L231: db.get().addSubChannel(id, sc, pid, ref)
funcs.go#L246: db.get().addServer(id, svr)
funcs.go#L261: db.get().addListenSocket(id, ls, pid, ref)
funcs.go#L276: db.get().addNormalSocket(id, ns, pid, ref)
funcs.go#L283: db.get().removeEntry(id)
funcs.go#L313: db.get().traceEvent(id, desc)
 |
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. |