(value string)
| 846 | } |
| 847 | |
| 848 | func ptrString(value string) *string { |
| 849 | copyValue := strings.TrimSpace(value) |
| 850 | return ©Value |
| 851 | } |
| 852 | |
| 853 | func cloneInt64Ptr(value *int64) *int64 { |
| 854 | if value == nil { |
no outgoing calls
no test coverage detected