Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainloop-dev/chainloop
/ strPtr
Function
strPtr
pkg/credentials/azurekv/keyvault.go:188–190 ·
view source on GitHub ↗
string to pointer
(s string)
Source
from the content-addressed store, hash-verified
186
187
// string to pointer
188
func
strPtr(s string) *string {
189
return
&s
190
}
191
192
func
ValidateReaderClient(m *Manager, pathPrefix string) error {
193
// try to retrieve a non-existing key
Callers
4
SaveCredentials
Method · 0.85
ValidateWriterClient
Function · 0.85
TestSaveCredentials
Method · 0.85
TestReadCredentials
Method · 0.85
Calls
no outgoing calls
Tested by
2
TestSaveCredentials
Method · 0.68
TestReadCredentials
Method · 0.68