MCPcopy
hub / github.com/micro/go-micro / Size

Function Size

internal/util/pool/options.go:18–22  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

16type Option func(*Options)
17
18func Size(i int) Option {
19 return func(o *Options) {
20 o.Size = i
21 }
22}
23
24func Transport(t transport.Transport) Option {
25 return func(o *Options) {

Callers 2

newRPCClientFunction · 0.92
InitMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…