Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ GetSslCaPath
Method
GetSslCaPath
backend/generated-go/store/instance.pb.go:876–881 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
874
}
875
876
func
(x *DataSource) GetSslCaPath() string {
877
if
x != nil {
878
return
x.SslCaPath
879
}
880
return
""
881
}
882
883
func
(x *DataSource) GetObfuscatedSslCaPath() string {
884
if
x != nil {
Callers
8
TestResolveTLSMaterialReadsPathFields
Function · 0.95
TestValidateAndSanitizeDataSourceTLSClearsAllWhenDisabled
Function · 0.95
HasTLSPath
Function · 0.45
ResolveTLSMaterial
Function · 0.45
TestNewElasticsearchConfigUsesPathCACert
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
TestValidateAndSanitizeDataSourceTLSClearsAllWhenDisabled
Function · 0.76
TestNewElasticsearchConfigUsesPathCACert
Function · 0.36