MCPcopy Create free account
hub / github.com/compozy/agh / cloneFloat64Ptr

Function cloneFloat64Ptr

internal/api/core/settings.go:1004–1010  ·  view source on GitHub ↗
(value *float64)

Source from the content-addressed store, hash-verified

1002}
1003
1004func cloneFloat64Ptr(value *float64) *float64 {
1005 if value == nil {
1006 return nil
1007 }
1008 cloned := *value
1009 return &cloned
1010}
1011
1012func providerSecretWritesFromPayload(
1013 payloads []contract.SettingsProviderSecretWritePayload,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected