Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/entireio/git-sync
/ ptr
Function
ptr
client.go:256–258 ·
view source on GitHub ↗
(v T)
Source
from the content-addressed store, hash-verified
254
}
255
256
func
ptr[T any](v T) *T {
257
return
&v
258
}
259
260
func
validationMappings(mappings []RefMapping) []validation.RefMapping {
261
out := make([]validation.RefMapping, 0, len(mappings))
Callers
1
buildProbeConfig
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected