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

Method GetName

backend/store/project.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (p *ProjectMessage) GetName() string {
33 return fmt.Sprintf("projects/%s", p.ResourceID)
34}
35
36// FindProjectMessage is the message for finding projects.
37type FindProjectMessage struct {

Callers 15

createViewDDLFunction · 0.45
columnListDDLFunction · 0.45
classifyColumnsFunction · 0.45
findTableSchemaMethod · 0.45
addIndexTableMethod · 0.45
handleDropIndexOmniFunction · 0.45
tableColumnsMethod · 0.45
expandSelectAsteriskMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestAuditLogFormatFunction · 0.36