MCPcopy Create free account
hub / github.com/erpc/erpc / ExecState

Method ExecState

common/request.go:362–367  ·  view source on GitHub ↗

ExecState returns the per-request execution counters. Lazy-init on first access — callers may invoke this concurrently.

()

Source from the content-addressed store, hash-verified

360// ExecState returns the per-request execution counters. Lazy-init on
361// first access — callers may invoke this concurrently.
362func (r *NormalizedRequest) ExecState() *ExecState {
363 if r == nil {
364 return nil
365 }
366 return r.execStateHolder.get()
367}
368
369// IsInternal returns true when the request was constructed by an
370// internal subsystem (state poller, chainId probe, vendor detection).

Callers 13

ExecuteMethod · 0.95
runRetryMethod · 0.80
runHedgeMethod · 0.80
ForwardMethod · 0.80
execStateFromCtxFunction · 0.80
recordCountersMethod · 0.80
runRetryMethod · 0.80
runHedgeMethod · 0.80
setResponseHeadersFunction · 0.80
ForwardMethod · 0.80
executeConsensusMethod · 0.80

Calls 1

getMethod · 0.80

Tested by 1