Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/connectrpc/connect-go
/ readMaxBytesOption
Struct
readMaxBytesOption
option.go:467–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
type
readMaxBytesOption
struct
{
468
Max int
469
}
470
471
func
(o *readMaxBytesOption) applyToClient(config *clientConfig) {
472
config.ReadMaxBytes = o.Max
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected