Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ GetSslKeyPath
Method
GetSslKeyPath
backend/generated-go/store/instance.pb.go:904–909 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
902
}
903
904
func
(x *DataSource) GetSslKeyPath() string {
905
if
x != nil {
906
return
x.SslKeyPath
907
}
908
return
""
909
}
910
911
func
(x *DataSource) GetObfuscatedSslKeyPath() string {
912
if
x != nil {
Callers
8
TestResolveTLSMaterialReadsPathFields
Function · 0.95
TestResolveTLSMaterialPreservesInlineCrossSlotMaterial
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
3
TestResolveTLSMaterialReadsPathFields
Function · 0.76
TestResolveTLSMaterialPreservesInlineCrossSlotMaterial
Function · 0.76
TestValidateAndSanitizeDataSourceTLSClearsAllWhenDisabled
Function · 0.76