Orig string to replace
()
| 16 | |
| 17 | // Orig string to replace |
| 18 | func (e Embed) Orig() string { |
| 19 | return fmt.Sprintf("sqlc.embed(%s)", e.param) |
| 20 | } |
| 21 | |
| 22 | // EmbedSet is a set of Embed instances |
| 23 | type EmbedSet []*Embed |
no outgoing calls
no test coverage detected