MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / cloneInt64Ptr

Function cloneInt64Ptr

internal/app/bootstrap.go:313–319  ·  view source on GitHub ↗
(value *int64)

Source from the content-addressed store, hash-verified

311}
312
313func cloneInt64Ptr(value *int64) *int64 {
314 if value == nil {
315 return nil
316 }
317 cloned := *value
318 return &cloned
319}
320
321func cloneStringPtr(value *string) *string {
322 if value == nil {

Callers 2

guildConfigsFromSQLiteFunction · 0.70
guildConfigsToSQLiteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected