MCPcopy
hub / github.com/grpc/grpc-go / getMaxTraceEntry

Function getMaxTraceEntry

internal/channelz/trace.go:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func getMaxTraceEntry() int {
49 i := atomic.LoadInt32(&maxTraceEntry)
50 return int(i)
51}
52
53// traceEvent is an internal representation of a single trace event
54type traceEvent struct {

Callers 4

RegisterChannelFunction · 0.85
RegisterSubChannelFunction · 0.85
appendMethod · 0.85
AddTraceEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected