MCPcopy Index your code
hub / github.com/bytebase/bytebase / Port

Method Port

backend/component/sampleinstance/manager.go:151–153  ·  view source on GitHub ↗

Port returns the base port for sample instances.

()

Source from the content-addressed store, hash-verified

149
150// Port returns the base port for sample instances.
151func (m *Manager) Port() int {
152 return m.port
153}
154
155// GenerateOnboardingData generates onboarding data including project and instance.
156func (m *Manager) GenerateOnboardingData(ctx context.Context, workspaceID string, user *store.UserMessage, schemaSyncer *schemasync.Syncer) error {

Callers 8

GetTestMySQLContainerFunction · 0.80
getPgContainerWithImageFunction · 0.80
GetOracleContainerFunction · 0.80
GetStarRocksContainerFunction · 0.80
GetMSSQLContainerFunction · 0.80
GetTiDBContainerFunction · 0.80
GetMongoDBContainerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected