MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / ptr

Function ptr

plugins/destination/s3/client/spec/spec.go:303–305  ·  view source on GitHub ↗
(a A)

Source from the content-addressed store, hash-verified

301}
302
303func ptr[A any](a A) *A {
304 return &a
305}
306
307func (s *Spec) GetContentType() string {
308 if s.ContentType != "" {

Callers 1

SetDefaultsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected