Helper function for creating string pointers in tests
(s string)
| 2305 | |
| 2306 | // Helper function for creating string pointers in tests |
| 2307 | func stringPtr(s string) *string { |
| 2308 | return &s |
| 2309 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…