-- string Value
| 15 | |
| 16 | // -- string Value |
| 17 | type stringValue struct { |
| 18 | destination *string |
| 19 | trimSpace bool |
| 20 | } |
| 21 | |
| 22 | // Below functions are to satisfy the ValueCreator interface |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected