MCPcopy 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
189func (s *Platform) trustFilenamePath(ca *CA) string {
190 return fmt.Sprintf(s.trustFilenamePattern, strings.Replace(ca.UniqueName, " ", "_", -1))
191}

Callers 3

checkCAMethod · 0.95
installCAMethod · 0.95
uninstallCAMethod · 0.95

Calls 1

ReplaceMethod · 0.80

Tested by

no test coverage detected