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

Function ptr

plugins/destination/file/client/spec/spec.go:152–154  ·  view source on GitHub ↗
(a A)

Source from the content-addressed store, hash-verified

150}
151
152func ptr[A any](a A) *A {
153 return &a
154}

Callers 2

SetDefaultsMethod · 0.70
TestSpec_SetDefaultsFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestSpec_SetDefaultsFunction · 0.56