MCPcopy
hub / github.com/sqlc-dev/sqlc / Orig

Method Orig

internal/sql/rewrite/embeds.go:18–20  ·  view source on GitHub ↗

Orig string to replace

()

Source from the content-addressed store, hash-verified

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

Callers 2

expandStmtMethod · 0.80
resolveCatalogRefsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected