MCPcopy Create free account
hub / github.com/PostHog/duckgres / StackForOrg

Method StackForOrg

controlplane/multitenant.go:45–51  ·  view source on GitHub ↗
(orgID string)

Source from the content-addressed store, hash-verified

43 if h, p, err := net.SplitHostPort(endpoint); err == nil {
44 host = h
45 if n, convErr := strconv.Atoi(p); convErr == nil {
46 port = n
47 }
48 }
49 target := provisioner.CatalogEndpoint{
50 Host: host,
51 Port: port,
52 User: user,
53 Database: database,
54 Password: password,

Callers

nothing calls this directly

Calls 1

StackForOrgMethod · 0.65

Tested by

no test coverage detected