Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
func
(p *ProjectMessage) GetName() string {
33
return
fmt.Sprintf(
"projects/%s"
, p.ResourceID)
34
}
35
36
// FindProjectMessage is the message for finding projects.
37
type
FindProjectMessage
struct
{
Callers
15
redshiftMockDatabaseMetadataGetter
Function · 0.45
createViewDDL
Function · 0.45
columnListDDL
Function · 0.45
redshiftRelationSpecFromMetadata
Function · 0.45
redshiftRelationColumnSpecs
Function · 0.45
omniFunctionBodySourcesForCall
Method · 0.45
classifyColumns
Function · 0.45
findTableSchema
Method · 0.45
addIndexTable
Method · 0.45
handleDropIndexOmni
Function · 0.45
tableColumns
Method · 0.45
expandSelectAsterisk
Method · 0.45
Calls
no outgoing calls
Tested by
2
redshiftMockDatabaseMetadataGetter
Function · 0.36
TestAuditLogFormat
Function · 0.36