MCPcopy Create free account
hub / github.com/cppla/moto / result

Struct result

controller/direct.go:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45func DialFast(addr string) (net.Conn, error) {
46 ctx, cancel := context.WithTimeout(context.Background(), dialTimeout)
47 defer cancel()
48 return DialFastContext(ctx, addr)
49}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected