MCPcopy Index your code
hub / github.com/coder/coder / LookupIP

Method LookupIP

codersdk/workspacesdk/workspacesdk.go:129–129  ·  view source on GitHub ↗
(ctx context.Context, network, host string)

Source from the content-addressed store, hash-verified

127
128type Resolver interface {
129 LookupIP(ctx context.Context, network, host string) ([]net.IP, error)
130}
131
132type Client struct {

Callers 1

ExistsViaCoderConnectFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected