Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ trustFilenamePath
Method
trustFilenamePath
truststore/platform_linux.go:189–191 ·
view source on GitHub ↗
(ca *CA)
Source
from the content-addressed store, hash-verified
187
}
188
189
func
(s *Platform) trustFilenamePath(ca *CA) string {
190
return
fmt.Sprintf(s.trustFilenamePattern, strings.Replace(ca.UniqueName,
" "
,
"_"
, -1))
191
}
Callers
3
checkCA
Method · 0.95
installCA
Method · 0.95
uninstallCA
Method · 0.95
Calls
1
Replace
Method · 0.80
Tested by
no test coverage detected