MCPcopy 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
256func ptr[T any](v T) *T {
257 return &v
258}
259
260func validationMappings(mappings []RefMapping) []validation.RefMapping {
261 out := make([]validation.RefMapping, 0, len(mappings))

Callers 1

buildProbeConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected