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

Function int64ptr

plugins/destination/gcs/client/spec/spec.go:140–142  ·  view source on GitHub ↗
(i int64)

Source from the content-addressed store, hash-verified

138}
139
140func int64ptr(i int64) *int64 {
141 return &i
142}
143
144func (s *Spec) ReplacePathVariables(table string, fileIdentifier string, t time.Time, syncID string) string {
145 name := strings.ReplaceAll(s.Path, varTable, table)

Callers 1

SetDefaultsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected