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

Function NewNormalizedResponse

common/response.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func NewNormalizedResponse() *NormalizedResponse {
80 return &NormalizedResponse{}
81}
82
83func (r *NormalizedResponse) LockWithTrace(ctx context.Context) {
84 _, span := StartDetailSpan(ctx, "Response.Lock")

Callers 15

blockResponseFunction · 0.92
ForwardMethod · 0.92
TestEvmJsonRpcCache_SetFunction · 0.92
bniSeedCacheFunction · 0.92
TestParseJSONRPCResultFunction · 0.92

Calls

no outgoing calls