Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ optionTransportConfig
Struct
optionTransportConfig
pkg/client/client.go:361–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
type
optionTransportConfig
struct
{
362
tc *TransportConfig
363
}
364
365
func
(o optionTransportConfig) modifyClient(c *Client) { c.transportConfig = o.tc }
366
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected