MCPcopy Create free account
hub / github.com/akash-network/node / WithInterceptState

Function WithInterceptState

testutil/network/option.go:18–22  ·  view source on GitHub ↗

WithInterceptState set custom name of the log object

(val InterceptState)

Source from the content-addressed store, hash-verified

16
17// WithInterceptState set custom name of the log object
18func WithInterceptState(val InterceptState) ConfigOption {
19 return func(t *networkConfigOptions) {
20 t.interceptState = val
21 }
22}

Callers 1

NetworkConfigFunction · 0.92

Calls

no outgoing calls

Tested by 1

NetworkConfigFunction · 0.74