Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/perkeep/perkeep
/ envSecretRingFile
Function
envSecretRingFile
cmd/pk/env.go:88–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
envSecretRingFile() string {
89
cc, err := client.New()
90
if
err != nil {
91
return
""
92
}
93
return
cc.SecretRingFile()
94
}
Callers
nothing calls this directly
Calls
2
New
Function · 0.92
SecretRingFile
Method · 0.45
Tested by
no test coverage detected