IsSlice returns whether this param is a sqlc.slice() param.
()
| 110 | |
| 111 | // IsSlice returns whether this param is a sqlc.slice() param. |
| 112 | func (p Param) IsSqlcSlice() bool { |
| 113 | return p.isSqlcSlice |
| 114 | } |
| 115 | |
| 116 | // mergeParam creates a new param from 2 partially specified params |
| 117 | // If the parameters have different names, the first is preferred |
no outgoing calls
no test coverage detected