Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ GetSslCertPath
Method
GetSslCertPath
backend/generated-go/store/instance.pb.go:890–895 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
888
}
889
890
func
(x *DataSource) GetSslCertPath() string {
891
if
x != nil {
892
return
x.SslCertPath
893
}
894
return
""
895
}
896
897
func
(x *DataSource) GetObfuscatedSslCertPath() string {
898
if
x != nil {
Callers
7
TestResolveTLSMaterialReadsPathFields
Function · 0.95
TestValidateAndSanitizeDataSourceTLSClearsAllWhenDisabled
Function · 0.95
HasTLSPath
Function · 0.45
ResolveTLSMaterial
Function · 0.45
obfuscateInstance
Method · 0.45
validateAndSanitizeDataSourceTLS
Function · 0.45
convertDataSources
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestResolveTLSMaterialReadsPathFields
Function · 0.76
TestValidateAndSanitizeDataSourceTLSClearsAllWhenDisabled
Function · 0.76