Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
128
type
Resolver
interface
{
129
LookupIP(ctx context.Context, network, host string) ([]net.IP, error)
130
}
131
132
type
Client
struct
{
Callers
1
ExistsViaCoderConnect
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected